mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Remove unused proguard flags
Change-Id: Iae52eb3a5dd27e636aa1fb86a52a1025c3fcf416
This commit is contained in:
@@ -14,12 +14,6 @@
|
||||
-keep class com.android.launcher3.CellLayout {
|
||||
public float getBackgroundAlpha();
|
||||
public void setBackgroundAlpha(float);
|
||||
public float getDimmableProgress();
|
||||
public void setDimmableProgress(float);
|
||||
public float getHoverScale();
|
||||
public void setHoverScale(float);
|
||||
public float getHoverAlpha();
|
||||
public void setHoverAlpha(float);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.DragLayer$LayoutParams {
|
||||
@@ -49,18 +43,6 @@
|
||||
public void setBackgroundAlpha(float);
|
||||
public float getChildrenOutlineAlpha();
|
||||
public void setChildrenOutlineAlpha(float);
|
||||
public void setVerticalWallpaperOffset(float);
|
||||
public float getVerticalWallpaperOffset();
|
||||
public void setHorizontalWallpaperOffset(float);
|
||||
public float getHorizontalWallpaperOffset();
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.AllApps3D$Defines {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.ClippedImageView {
|
||||
*;
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.MemoryDumpActivity {
|
||||
|
||||
Reference in New Issue
Block a user