Home
last modified time | relevance | path

Searched refs:updateSystemUiStateFlags (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt61 @Deprecated("Does nothing when scene container is enabled.") fun updateSystemUiStateFlags() in startExpandLatencyTracking() method
DShadeViewControllerEmptyImpl.kt66 override fun updateSystemUiStateFlags() {} in updateSystemUiStateFlags() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java1230 updateSystemUiStateFlags(); in onFinishInflate()
2722 updateSystemUiStateFlags(); in updatePanelExpanded()
3689 public void updateSystemUiStateFlags() {
4344 updateSystemUiStateFlags();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java551 updateSystemUiStateFlags();
746 private void updateSystemUiStateFlags() { in updateSystemUiStateFlags() method in OverviewProxyService
758 navBarFragment.updateSystemUiStateFlags(); in updateSystemUiStateFlags()
763 mShadeViewControllerLazy.get().updateSystemUiStateFlags(); in updateSystemUiStateFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java813 updateSystemUiStateFlags(); in onViewAttached()
1102 updateSystemUiStateFlags(); in setImeWindowStatus()
1112 updateSystemUiStateFlags(); in setWindowState()
1187 updateSystemUiStateFlags(); in onSystemBarAttributesChanged()
1610 updateSystemUiStateFlags(); in updateAccessibilityStateFlags()
1613 public void updateSystemUiStateFlags() { in updateSystemUiStateFlags() method in NavigationBar
DNavigationBarView.java746 mShadeViewController.updateSystemUiStateFlags(); in updatePanelSystemUiStateFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1419 getShadeViewController().updateSystemUiStateFlags(); in onPanelExpansionChanged()