9105b7de47
By keeping the entire class safe. Cherry picked because the device will otherwise be unusable if compiled with proguard 4.10. (cherry picked from commit af568530203dc2ee59f5fda4895d28b29dd92226) Change-Id: I0b880f382101f737511bc6db96c604f43ed8d266
12 lines
395 B
Plaintext
12 lines
395 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.phone.PhoneStatusBar
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|