Daniel Sandler | dfab181 | 2011-07-29 12:41:25 -0400 | [diff] [blame] | 1 | -keep class com.android.systemui.statusbar.policy.KeyButtonView { |
2 | public float getDrawingAlpha(); | ||||
3 | public float getGlowAlpha(); | ||||
4 | public float getGlowScale(); | ||||
5 | public void setDrawingAlpha(float); | ||||
6 | public void setGlowAlpha(float); | ||||
7 | public void setGlowScale(float); | ||||
8 | } | ||||
Christopher Tate | acad183 | 2012-02-17 16:01:27 -0800 | [diff] [blame] | 9 | |
10 | -keep class com.android.systemui.statusbar.tv.TvStatusBar |