mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 07:16:54 +00:00
am c0880491: Highlighting sectioned apps on fast-scroll.
* commit 'c088049113c261331b5685e64050d14a31cd72df': Highlighting sectioned apps on fast-scroll.
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
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();
|
||||
}
|
||||
@@ -56,8 +51,10 @@
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.FastBitmapDrawable {
|
||||
public int getBrightness();
|
||||
public void setBrightness(int);
|
||||
public void setDesaturation(float);
|
||||
public float getDesaturation();
|
||||
public void setBrightness(float);
|
||||
public float getBrightness();
|
||||
}
|
||||
|
||||
-keep class com.android.launcher3.MemoryDumpActivity {
|
||||
|
||||
Reference in New Issue
Block a user