2013-06-06 10:57:57 +08:00
|
|
|
-keep class com.android.launcher3.CellLayout {
|
2010-09-04 05:15:02 +08:00
|
|
|
public float getBackgroundAlpha();
|
|
|
|
public void setBackgroundAlpha(float);
|
2010-09-30 01:10:05 +08:00
|
|
|
}
|
|
|
|
|
2013-06-06 10:57:57 +08:00
|
|
|
-keep class com.android.launcher3.DragLayer$LayoutParams {
|
2011-03-02 04:36:37 +08:00
|
|
|
public void setWidth(int);
|
|
|
|
public int getWidth();
|
|
|
|
public void setHeight(int);
|
|
|
|
public int getHeight();
|
|
|
|
public void setX(int);
|
|
|
|
public int getX();
|
|
|
|
public void setY(int);
|
|
|
|
public int getY();
|
|
|
|
}
|
|
|
|
|
2013-06-06 10:57:57 +08:00
|
|
|
-keep class com.android.launcher3.CellLayout$LayoutParams {
|
2011-04-22 07:19:16 +08:00
|
|
|
public void setWidth(int);
|
|
|
|
public int getWidth();
|
|
|
|
public void setHeight(int);
|
|
|
|
public int getHeight();
|
|
|
|
public void setX(int);
|
|
|
|
public int getX();
|
|
|
|
public void setY(int);
|
|
|
|
public int getY();
|
|
|
|
}
|
|
|
|
|
2013-06-06 10:57:57 +08:00
|
|
|
-keep class com.android.launcher3.Workspace {
|
2010-09-30 01:10:05 +08:00
|
|
|
public float getBackgroundAlpha();
|
|
|
|
public void setBackgroundAlpha(float);
|
2010-11-20 02:22:19 +08:00
|
|
|
}
|
2013-06-18 02:25:46 +08:00
|
|
|
|
|
|
|
-keep class com.android.launcher3.MemoryDumpActivity {
|
|
|
|
*;
|
|
|
|
}
|
2014-07-09 15:09:28 +08:00
|
|
|
|
|
|
|
-keep class com.android.launcher3.PreloadIconDrawable {
|
|
|
|
public float getAnimationProgress();
|
|
|
|
public void setAnimationProgress(float);
|
|
|
|
}
|
2014-11-11 08:01:44 +08:00
|
|
|
|
|
|
|
-keep class com.android.launcher3.FastBitmapDrawable {
|
|
|
|
public int getBrightness();
|
|
|
|
public void setBrightness(int);
|
|
|
|
}
|
2015-04-17 12:18:34 +08:00
|
|
|
|
2015-06-13 03:20:34 +08:00
|
|
|
-keep class com.android.launcher3.BaseRecyclerView {
|
2015-04-17 12:18:34 +08:00
|
|
|
public void setFastScrollerAlpha(float);
|
|
|
|
public float getFastScrollerAlpha();
|
2015-04-29 13:01:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.launcher3.ButtonDropTarget {
|
|
|
|
public int getTextColor();
|
|
|
|
}
|