Ying Wang | 932b29d | 2010-03-03 16:33:36 -0800 | [diff] [blame] | 1 | -keep class com.android.launcher2.Launcher { |
| 2 | public void previousScreen(android.view.View); |
| 3 | public void nextScreen(android.view.View); |
Daniel Sandler | b465cd6 | 2010-04-23 16:43:48 -0400 | [diff] [blame] | 4 | public void launchHotSeat(android.view.View); |
Michael Jurka | f6710fa | 2010-08-04 11:00:34 -0700 | [diff] [blame] | 5 | public void onClickSearchButton(android.view.View); |
Amith Yamasani | 2dc162f | 2010-11-19 10:22:19 -0800 | [diff] [blame^] | 6 | public void onClickVoiceButton(android.view.View); |
Michael Jurka | f6710fa | 2010-08-04 11:00:34 -0700 | [diff] [blame] | 7 | public void onClickConfigureButton(android.view.View); |
| 8 | public void onClickAllAppsButton(android.view.View); |
Patrick Dubroy | ceae05d | 2010-08-30 10:40:53 -0700 | [diff] [blame] | 9 | public void onClickAppMarketButton(android.view.View); |
Ying Wang | 932b29d | 2010-03-03 16:33:36 -0800 | [diff] [blame] | 10 | } |
Romain Guy | 5aafe7c | 2010-03-10 18:26:59 -0800 | [diff] [blame] | 11 | |
Michael Jurka | 6860a89 | 2010-08-05 11:00:01 -0700 | [diff] [blame] | 12 | -keep class com.android.launcher2.CellLayout { |
Michael Jurka | 5f1c509 | 2010-09-03 14:15:02 -0700 | [diff] [blame] | 13 | public float getBackgroundAlpha(); |
| 14 | public void setBackgroundAlpha(float); |
Winson Chung | 7c0736e | 2010-09-29 10:10:05 -0700 | [diff] [blame] | 15 | public float getDimmableProgress(); |
| 16 | public void setDimmableProgress(float); |
Michael Jurka | e17dd53 | 2010-10-19 10:10:11 -0700 | [diff] [blame] | 17 | public float getHoverScale(); |
| 18 | public void setHoverScale(float); |
| 19 | public float getHoverAlpha(); |
| 20 | public void setHoverAlpha(float); |
Winson Chung | 7c0736e | 2010-09-29 10:10:05 -0700 | [diff] [blame] | 21 | } |
| 22 | |
| 23 | -keep class com.android.launcher2.DimmableBubbleTextView { |
| 24 | public float getDimmableProgress(); |
| 25 | public void setDimmableProgress(float); |
| 26 | } |
| 27 | |
| 28 | -keep class com.android.launcher2.DimmableAppWidgetHostView { |
| 29 | public float getDimmableProgress(); |
| 30 | public void setDimmableProgress(float); |
| 31 | } |
| 32 | |
| 33 | -keep class com.android.launcher2.Workspace { |
| 34 | public float getBackgroundAlpha(); |
| 35 | public void setBackgroundAlpha(float); |
Winson Chung | 13fe1fd | 2010-11-18 15:02:54 -0800 | [diff] [blame] | 36 | public float getChildrenOutlineAlpha(); |
| 37 | public void setChildrenOutlineAlpha(float); |
Michael Jurka | 6860a89 | 2010-08-05 11:00:01 -0700 | [diff] [blame] | 38 | } |
| 39 | |
Romain Guy | 5347b3f | 2010-03-11 10:36:05 -0800 | [diff] [blame] | 40 | -keep class com.android.launcher2.AllApps3D$Defines { |
| 41 | *; |
| 42 | } |
Romain Guy | 3af6001 | 2010-04-05 18:39:24 -0700 | [diff] [blame] | 43 | |
| 44 | -keep class com.android.launcher2.ClippedImageView { |
| 45 | *; |
Amith Yamasani | 2dc162f | 2010-11-19 10:22:19 -0800 | [diff] [blame^] | 46 | } |