8d356f37fe
Change-Id: I98acdf63c021fa7a65de068cdd96e1db421af88c
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
|