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