Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java124 && isPanelShowing()) {
143 && isPanelShowing()) {
161 if (isPanelShowing() && oldFocus != null && newFocus instanceof FocusParkingView) {
170 if (!isPanelShowing()) {
459 private boolean isPanelShowing() { in isPanelShowing() method in StatusIconPanelViewController