mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
22 lines
610 B
Plaintext
22 lines
610 B
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);
|
|
}
|
|
|
|
-keep class com.android.launcher2.CellLayout {
|
|
public float getDimmedBitmapAlpha();
|
|
public void setDimmedBitmapAlpha(float);
|
|
}
|
|
|
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
|
*;
|
|
}
|
|
|
|
-keep class com.android.launcher2.ClippedImageView {
|
|
*;
|
|
}
|