2015-07-24 22:56:33 +00:00
|
|
|
-keep,allowshrinking,allowoptimization class com.android.launcher3.** {
|
|
|
|
*;
|
|
|
|
}
|
|
|
|
|
2015-06-16 20:35:04 +00:00
|
|
|
-keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
|
|
|
|
public void setWidth(int);
|
|
|
|
public int getWidth();
|
|
|
|
public void setTrackAlpha(int);
|
|
|
|
public int getTrackAlpha();
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {
|
|
|
|
public void setAlpha(float);
|
|
|
|
public float getAlpha();
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.launcher3.BubbleTextView {
|
|
|
|
public void setFastScrollFocus(float);
|
|
|
|
public float getFastScrollFocus();
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.launcher3.ButtonDropTarget {
|
|
|
|
public int getTextColor();
|
|
|
|
}
|
|
|
|
|
2013-06-06 02:57:57 +00:00
|
|
|
-keep class com.android.launcher3.CellLayout {
|
2010-09-03 21:15:02 +00:00
|
|
|
public float getBackgroundAlpha();
|
|
|
|
public void setBackgroundAlpha(float);
|
2010-09-29 17:10:05 +00:00
|
|
|
}
|
|
|
|
|
2015-06-16 20:35:04 +00:00
|
|
|
-keep class com.android.launcher3.CellLayout$LayoutParams {
|
2011-03-01 20:36:37 +00: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();
|
|
|
|
}
|
|
|
|
|
2015-06-16 20:35:04 +00:00
|
|
|
-keep class com.android.launcher3.DragLayer$LayoutParams {
|
2011-04-21 23:19:16 +00: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();
|
|
|
|
}
|
|
|
|
|
2015-06-16 20:35:04 +00:00
|
|
|
-keep class com.android.launcher3.FastBitmapDrawable {
|
|
|
|
public int getBrightness();
|
|
|
|
public void setBrightness(int);
|
2010-11-19 18:22:19 +00:00
|
|
|
}
|
2013-06-17 18:25:46 +00:00
|
|
|
|
|
|
|
-keep class com.android.launcher3.MemoryDumpActivity {
|
|
|
|
*;
|
|
|
|
}
|
2014-07-09 07:09:28 +00:00
|
|
|
|
|
|
|
-keep class com.android.launcher3.PreloadIconDrawable {
|
|
|
|
public float getAnimationProgress();
|
|
|
|
public void setAnimationProgress(float);
|
|
|
|
}
|
2014-11-11 00:01:44 +00:00
|
|
|
|
2015-06-16 20:35:04 +00:00
|
|
|
-keep class com.android.launcher3.Workspace {
|
|
|
|
public float getBackgroundAlpha();
|
|
|
|
public void setBackgroundAlpha(float);
|
2015-07-24 22:56:33 +00:00
|
|
|
}
|