Early days as we start migration, so lots of duplication between Dependency and dagger2, but can be removed when migration is done. Test: existing tests. Change-Id: I00c3da6ebbd46a26e512d8a7aa1e2b828e08f33f
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
-keep class com.android.systemui.statusbar.policy.KeyButtonView {
|
|
public float getDrawingAlpha();
|
|
public void setDrawingAlpha(float);
|
|
}
|
|
|
|
-keep class com.android.systemui.statusbar.policy.KeyButtonRipple {
|
|
public float getGlowAlpha();
|
|
public float getGlowScale();
|
|
public void setGlowAlpha(float);
|
|
public void setGlowScale(float);
|
|
}
|
|
|
|
-keep class com.android.systemui.recents.OverviewProxyRecentsImpl
|
|
-keep class com.android.systemui.statusbar.car.CarStatusBar
|
|
-keep class com.android.systemui.statusbar.phone.StatusBar
|
|
-keep class com.android.systemui.statusbar.tv.TvStatusBar
|
|
-keep class com.android.systemui.car.CarSystemUIFactory
|
|
-keep class com.android.systemui.SystemUIFactory
|
|
-keep class * extends com.android.systemui.SystemUI
|
|
-keep class * implements com.android.systemui.SystemUI$Injector
|
|
|
|
-keepclasseswithmembers class * {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
-keep class ** extends androidx.preference.PreferenceFragment
|
|
-keep class com.android.systemui.tuner.*
|
|
-keep class com.android.systemui.plugins.** {
|
|
*;
|
|
}
|
|
-keep class androidx.core.app.CoreComponentFactory
|