2011-07-29 12:41:25 -04:00
|
|
|
-keep class com.android.systemui.statusbar.policy.KeyButtonView {
|
|
|
|
public float getDrawingAlpha();
|
|
|
|
public float getGlowAlpha();
|
|
|
|
public float getGlowScale();
|
|
|
|
public void setDrawingAlpha(float);
|
|
|
|
public void setGlowAlpha(float);
|
|
|
|
public void setGlowScale(float);
|
|
|
|
}
|
2012-02-17 16:01:27 -08:00
|
|
|
|
|
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|