Searched refs:mActivePresentations (Results 1 – 1 of 1) sorted by relevance
72 private final SparseArray<DemoPresentation> mActivePresentations = field in PresentTestFragment134 mActivePresentations.delete(displayId); in setupListeners()195 for (int i = 0; i < mActivePresentations.size(); i++) { in onPause()196 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause()199 mActivePresentations.clear(); in onPause()207 if (mActivePresentations.get(displayId) != null) { in showPresentation()218 mActivePresentations.put(displayId, presentation); in showPresentation()226 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation()234 mActivePresentations.delete(displayId); in hidePresentation()267 DemoPresentation presentation = mActivePresentations.get(displayId); in getView()