Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java107 private final SparseArray<DemoPresentation> mActivePresentations = field in PresentationActivity
180 for (int i = 0; i < mActivePresentations.size(); i++) { in onPause()
181 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause()
182 int displayId = mActivePresentations.keyAt(i); in onPause()
186 mActivePresentations.clear(); in onPause()
201 if (mActivePresentations.get(displayId) != null) { in showPresentation()
211 mActivePresentations.put(displayId, presentation); in showPresentation()
219 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation()
227 mActivePresentations.delete(displayId); in hidePresentation()
236 DemoPresentation presentation = mActivePresentations.get(displayId); in setPresentationDisplayMode()
[all …]