Searched refs:mSelectionDrawer (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java71 protected ManageCacheDrawer mSelectionDrawer; field in class:ManageCachePage
150 mSelectionDrawer.setPressedIndex(index);
154 mSelectionDrawer.setPressedIndex(-1);
233 mSelectionDrawer.pause();
263 mSelectionDrawer.resume();
282 mSelectionDrawer.setModel(mAlbumSetDataAdapter);
293 mSelectionDrawer = new ManageCacheDrawer(mActivity, mSelectionManager, mSlotView,
295 mSlotView.setSlotRenderer(mSelectionDrawer);

Completed in 23 milliseconds