Searched refs:mPendingDialogActionQueue (Results 1 – 1 of 1) sorted by relevance
226 private final Queue<PendingDialogAction> mPendingDialogActionQueue = new LinkedList<>(); field in TvOverlayManager472 mPendingDialogActionQueue.offer( in showDialogFragment()663 PendingDialogAction action = mPendingDialogActionQueue.poll(); in onDialogDestroyed()722 mPendingDialogActionQueue.clear(); in hideOverlays()