Home
last modified time | relevance | path

Searched defs:showAsDropDown (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarPanelButtonViewController.java80 Boolean showAsDropDown = mView.getShowAsDropDown(); in onInit() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java193 boolean isDisabledWhileUnprovisioned, boolean showAsDropDown) { in StatusIconPanelViewController()