Home
last modified time | relevance | path

Searched refs:notifySystemUiVisibilityChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoHideControllerTest.java75 verify(mAutoHideController, never()).notifySystemUiVisibilityChanged(anyInt()); in testSetSystemUiVisibilityEarlyReturnWithDifferentDisplay()
84 verify(mAutoHideController, never()).notifySystemUiVisibilityChanged(anyInt()); in testSetSystemUiVisibilityEarlyReturnWithSameVisibility()
100 verify(mAutoHideController, times(1)).notifySystemUiVisibilityChanged(eq(expectedStatus)); in testSetSystemUiVisibilityWithoutStatusBar()
117 verify(mAutoHideController).notifySystemUiVisibilityChanged(eq(expectedStatus)); in testSetSystemUiVisibilityWithVisChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java66 notifySystemUiVisibilityChanged(requested);
126 notifySystemUiVisibilityChanged(mSystemUiVisibility); in setSystemUiVisibility()
131 void notifySystemUiVisibilityChanged(int vis) { in notifySystemUiVisibilityChanged() method in AutoHideController