Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java284 mCarSystemBar.showTransient(randomDisplay, insetTypes, false); in showTransient_wrongDisplayId_transientModeNotUpdated()
297 mCarSystemBar.showTransient(Display.DEFAULT_DISPLAY, insetTypes, false); in showTransient_correctDisplayId_noStatusBarInset_transientModeNotUpdated()
310 mCarSystemBar.showTransient(Display.DEFAULT_DISPLAY, insetTypes, false); in showTransient_correctDisplayId_statusBarInset_transientModeUpdated()
323 mCarSystemBar.showTransient(Display.DEFAULT_DISPLAY, insetTypes, false); in showTransient_correctDisplayId_noNavBarInset_transientModeNotUpdated()
336 mCarSystemBar.showTransient(Display.DEFAULT_DISPLAY, insetTypes, false); in showTransient_correctDisplayId_navBarInset_transientModeUpdated()
347 mCarSystemBar.showTransient( in abortTransient_wrongDisplayId_transientModeNotCleared()
369 mCarSystemBar.showTransient( in abortTransient_correctDisplayId_noInsets_transientModeNotCleared()
390 mCarSystemBar.showTransient( in abortTransient_correctDisplayId_statusBarInset_transientModeCleared()
411 mCarSystemBar.showTransient( in abortTransient_correctDisplayId_navBarInset_transientModeCleared()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java664 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient() method in CarSystemBar