proguard.flags 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. -keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
  2. public void setAlpha(int);
  3. public int getAlpha();
  4. }
  5. -keep class com.android.launcher3.BaseRecyclerViewFastScrollBar {
  6. public void setThumbWidth(int);
  7. public int getThumbWidth();
  8. public void setTrackWidth(int);
  9. public int getTrackWidth();
  10. }
  11. -keep class com.android.launcher3.BaseRecyclerViewFastScrollPopup {
  12. public void setAlpha(float);
  13. public float getAlpha();
  14. }
  15. -keep class com.android.launcher3.BubbleTextView {
  16. public void setFastScrollFocus(float);
  17. public float getFastScrollFocus();
  18. }
  19. -keep class com.android.launcher3.ButtonDropTarget {
  20. public int getTextColor();
  21. }
  22. -keep class com.android.launcher3.CellLayout {
  23. public float getBackgroundAlpha();
  24. public void setBackgroundAlpha(float);
  25. }
  26. -keep class com.android.launcher3.CellLayout$LayoutParams {
  27. public void setWidth(int);
  28. public int getWidth();
  29. public void setHeight(int);
  30. public int getHeight();
  31. public void setX(int);
  32. public int getX();
  33. public void setY(int);
  34. public int getY();
  35. }
  36. -keep class com.android.launcher3.DragLayer$LayoutParams {
  37. public void setWidth(int);
  38. public int getWidth();
  39. public void setHeight(int);
  40. public int getHeight();
  41. public void setX(int);
  42. public int getX();
  43. public void setY(int);
  44. public int getY();
  45. }
  46. -keep class com.android.launcher3.FastBitmapDrawable {
  47. public int getBrightness();
  48. public void setBrightness(int);
  49. }
  50. -keep class com.android.launcher3.MemoryDumpActivity {
  51. *;
  52. }
  53. -keep class com.android.launcher3.PreloadIconDrawable {
  54. public float getAnimationProgress();
  55. public void setAnimationProgress(float);
  56. }
  57. -keep class com.android.launcher3.Workspace {
  58. public float getBackgroundAlpha();
  59. public void setBackgroundAlpha(float);
  60. }