2010-03-03 16:33:36 -08:00
|
|
|
-keep class com.android.launcher2.Launcher {
|
|
|
|
|
public void previousScreen(android.view.View);
|
|
|
|
|
public void nextScreen(android.view.View);
|
2010-04-23 16:43:48 -04:00
|
|
|
public void launchHotSeat(android.view.View);
|
2010-08-04 11:00:34 -07:00
|
|
|
public void onClickSearchButton(android.view.View);
|
|
|
|
|
public void onClickConfigureButton(android.view.View);
|
|
|
|
|
public void onClickAllAppsButton(android.view.View);
|
2010-03-03 16:33:36 -08:00
|
|
|
}
|
2010-03-10 18:26:59 -08:00
|
|
|
|
2010-08-05 11:00:01 -07:00
|
|
|
-keep class com.android.launcher2.CellLayout {
|
|
|
|
|
public float getDimmedBitmapAlpha();
|
|
|
|
|
public void setDimmedBitmapAlpha(float);
|
|
|
|
|
}
|
|
|
|
|
|
2010-03-11 10:36:05 -08:00
|
|
|
-keep class com.android.launcher2.AllApps3D$Defines {
|
|
|
|
|
*;
|
|
|
|
|
}
|
2010-04-05 18:39:24 -07:00
|
|
|
|
|
|
|
|
-keep class com.android.launcher2.ClippedImageView {
|
|
|
|
|
*;
|
|
|
|
|
}
|