11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
-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);
|
|
}
|
|
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|