Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java219 if (isOverlayFromBottomBar()) { in isOpeningAction()
235 if (isOverlayFromBottomBar()) { in isClosingAction()
367 return (isOverlayFromTopBar() && !isClosing) || (isOverlayFromBottomBar() && isClosing)
591 private boolean isOverlayFromBottomBar() { in isOverlayFromBottomBar() method