Searched refs:setSystemUiStateFlag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | OverviewProxyService.java | 508 public void setSystemUiStateFlag(int flag, boolean enabled, int displayId) { in setSystemUiStateFlag() method in OverviewProxyService 563 setSystemUiStateFlag(SYSUI_STATE_STATUS_BAR_KEYGUARD_SHOWING, in onStatusBarStateChanged() 565 setSystemUiStateFlag(SYSUI_STATE_STATUS_BAR_KEYGUARD_SHOWING_OCCLUDED, in onStatusBarStateChanged() 567 setSystemUiStateFlag(SYSUI_STATE_BOUNCER_SHOWING, bouncerShowing, displayId); in onStatusBarStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 716 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_SCREEN_PINNING, in updateSystemUiStateFlags() 718 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_OVERVIEW_DISABLED, in updateSystemUiStateFlags() 720 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_HOME_DISABLED, in updateSystemUiStateFlags() 723 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED, in updateSystemUiStateFlags()
|
D | NavigationBarFragment.java | 887 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_A11Y_BUTTON_CLICKABLE, in updateSystemUiStateFlags() 889 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_A11Y_BUTTON_LONG_CLICKABLE, in updateSystemUiStateFlags() 891 mOverviewProxyService.setSystemUiStateFlag(SYSUI_STATE_NAV_BAR_HIDDEN, in updateSystemUiStateFlags()
|