mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
-keep class com.android.launcher2.Launcher {
|
|
public void previousScreen(android.view.View);
|
|
public void nextScreen(android.view.View);
|
|
public void launchHotSeat(android.view.View);
|
|
public void onClickSearchButton(android.view.View);
|
|
public void onClickConfigureButton(android.view.View);
|
|
public void onClickAllAppsButton(android.view.View);
|
|
public void onClickAppMarketButton(android.view.View);
|
|
}
|
|
|
|
-keep class com.android.launcher2.CellLayout {
|
|
public float getBackgroundAlpha();
|
|
public void setBackgroundAlpha(float);
|
|
public float getDimmableProgress();
|
|
public void setDimmableProgress(float);
|
|
}
|
|
|
|
-keep class com.android.launcher2.DimmableBubbleTextView {
|
|
public float getDimmableProgress();
|
|
public void setDimmableProgress(float);
|
|
}
|
|
|
|
-keep class com.android.launcher2.DimmableAppWidgetHostView {
|
|
public float getDimmableProgress();
|
|
public void setDimmableProgress(float);
|
|
}
|
|
|
|
-keep class com.android.launcher2.Workspace {
|
|
public float getBackgroundAlpha();
|
|
public void setBackgroundAlpha(float);
|
|
}
|
|
|
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
|
*;
|
|
}
|
|
|
|
-keep class com.android.launcher2.ClippedImageView {
|
|
*;
|
|
} |