Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/
DToolbarControllerImpl.java142 private AlertDialog mOverflowDialog; field in ToolbarControllerImpl
164 if (mOverflowDialog == null) { in ToolbarControllerImpl()
169 mOverflowDialog.show(); in ToolbarControllerImpl()
741 boolean isShowing = mOverflowDialog == null ? false : mOverflowDialog.isShowing(); in createOverflowDialog()
749 mOverflowDialog = new AlertDialogBuilder(getContext()) in createOverflowDialog()
789 mOverflowDialog.hide(); in toCarUiContentListItem()