Home
last modified time | relevance | path

Searched refs:updateStates (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java187 updateStates();
193 updateStates();
199 updateStates();
205 updateStates();
278 updateStates();
680 updateStates(); in setGlobalActionsVisible()
726 updateStates(); in showBouncerOrKeyguard()
786 updateStates(); in showPrimaryBouncer()
910 updateStates(); in dismissWithAction()
950 updateStates(); in reset()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerImpl.java204 navBar.getView().updateStates(); in onNavigationModeChanged()
DNavigationBarView.java756 updateStates(); in setShouldShowSwipeUpUi()
760 public void updateStates() { in updateStates() method in NavigationBarView
DNavigationBar.java705 mEdgeBackGestureHandler.setStateChangeCallback(mView::updateStates); in onInit()