Searched refs:mOverflowDialog (Results 1 – 1 of 1) sorted by relevance
142 private AlertDialog mOverflowDialog; field in ToolbarControllerImpl164 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()