StatusBarStatepublic class StatusBarState extends Object Class to encapsulate all possible status bar states regarding Keyguard. |
Fields Summary |
---|
public static final int | SHADEThe status bar is in the "normal" shade mode. | public static final int | KEYGUARDStatus bar is currently the Keyguard. | public static final int | SHADE_LOCKEDStatus bar is in the special mode, where it is fully interactive but still locked. So
dismissing the shade will still show the bouncer. |
|