Adam Cohen | ce77f36 | 2015-07-24 15:56:33 -0700 | [diff] [blame] | 1 | -keep,allowshrinking,allowoptimization class com.android.launcher3.** { |
| 2 | *; |
| 3 | } |
| 4 | |
Winson Chung | b177744 | 2015-06-16 13:35:04 -0700 | [diff] [blame] | 5 | -keep class com.android.launcher3.BaseRecyclerViewFastScrollBar { |
Winson | d2eb49e | 2015-08-18 17:43:02 -0700 | [diff] [blame] | 6 | public void setThumbWidth(int); |
| 7 | public int getThumbWidth(); |
Winson | 6779595 | 2015-08-20 12:23:52 -0700 | [diff] [blame] | 8 | public void setTrackWidth(int); |
| 9 | public int getTrackWidth(); |
Winson Chung | b177744 | 2015-06-16 13:35:04 -0700 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | -keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup { |
| 13 | public void setAlpha(float); |
| 14 | public float getAlpha(); |
| 15 | } |
| 16 | |
| 17 | -keep class com.android.launcher3.BubbleTextView { |
| 18 | public void setFastScrollFocus(float); |
| 19 | public float getFastScrollFocus(); |
| 20 | } |
| 21 | |
| 22 | -keep class com.android.launcher3.ButtonDropTarget { |
| 23 | public int getTextColor(); |
| 24 | } |
| 25 | |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 26 | -keep class com.android.launcher3.CellLayout { |
Michael Jurka | 5f1c509 | 2010-09-03 14:15:02 -0700 | [diff] [blame] | 27 | public float getBackgroundAlpha(); |
| 28 | public void setBackgroundAlpha(float); |
Winson Chung | 7c0736e | 2010-09-29 10:10:05 -0700 | [diff] [blame] | 29 | } |
| 30 | |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 31 | -keep class com.android.launcher3.CellLayout$LayoutParams { |
Adam Cohen | 7f4eabe | 2011-04-21 16:19:16 -0700 | [diff] [blame] | 32 | public void setWidth(int); |
| 33 | public int getWidth(); |
| 34 | public void setHeight(int); |
| 35 | public int getHeight(); |
| 36 | public void setX(int); |
| 37 | public int getX(); |
| 38 | public void setY(int); |
| 39 | public int getY(); |
| 40 | } |
| 41 | |
Winson Chung | b177744 | 2015-06-16 13:35:04 -0700 | [diff] [blame] | 42 | -keep class com.android.launcher3.DragLayer$LayoutParams { |
| 43 | public void setWidth(int); |
| 44 | public int getWidth(); |
| 45 | public void setHeight(int); |
| 46 | public int getHeight(); |
| 47 | public void setX(int); |
| 48 | public int getX(); |
| 49 | public void setY(int); |
| 50 | public int getY(); |
| 51 | } |
| 52 | |
| 53 | -keep class com.android.launcher3.FastBitmapDrawable { |
| 54 | public int getBrightness(); |
| 55 | public void setBrightness(int); |
Amith Yamasani | 2dc162f | 2010-11-19 10:22:19 -0800 | [diff] [blame] | 56 | } |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 57 | |
| 58 | -keep class com.android.launcher3.MemoryDumpActivity { |
| 59 | *; |
| 60 | } |
Sunny Goyal | 3484638 | 2014-07-09 00:09:28 -0700 | [diff] [blame] | 61 | |
| 62 | -keep class com.android.launcher3.PreloadIconDrawable { |
| 63 | public float getAnimationProgress(); |
| 64 | public void setAnimationProgress(float); |
| 65 | } |
Sunny Goyal | be7939c | 2014-11-10 16:01:44 -0800 | [diff] [blame] | 66 | |
Winson Chung | b177744 | 2015-06-16 13:35:04 -0700 | [diff] [blame] | 67 | -keep class com.android.launcher3.Workspace { |
| 68 | public float getBackgroundAlpha(); |
| 69 | public void setBackgroundAlpha(float); |
Adam Cohen | ce77f36 | 2015-07-24 15:56:33 -0700 | [diff] [blame] | 70 | } |