For kiosk-type devices that do not present any navigation UI. This allows for clean selection of the implementation based on resource overlays, without the need for the tablet or phone status bar implementations to accomodate the desired behaviors. Bug 5824373 Change-Id: Idcec70eef437904edda452b69e5eb7a3cc7094f7 (cherry picked from commit 5717f80927944c141f059162ecd69649488f8049 in ics-aah) Signed-off-by: Mike J. Chen <mjchen@google.com>
18 lines
624 B
Plaintext
18 lines
624 B
Plaintext
-keep class com.android.systemui.statusbar.tablet.TabletStatusBarService {
|
|
public void notificationIconsClicked(android.view.View);
|
|
public void systemInfoClicked(android.view.View);
|
|
public void recentButtonClicked(android.view.View);
|
|
public void toggleLightsOut(android.view.View);
|
|
}
|
|
|
|
-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
|