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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetView.java45 private SelectionDrawer mSelectionDrawer; field in class:AlbumSetView
86 mSelectionDrawer = drawer;
100 mSelectionDrawer, model, CACHE_SIZE);
202 mSelectionDrawer.prepareDrawing();
H A DAlbumView.java35 private SelectionDrawer mSelectionDrawer; field in class:AlbumView
61 mSelectionDrawer = drawer;
75 mDataWindow.setSelectionDrawer(mSelectionDrawer);
155 mSelectionDrawer.prepareDrawing();
H A DAlbumSlidingWindow.java65 private SelectionDrawer mSelectionDrawer; field in class:AlbumSlidingWindow
107 mSelectionDrawer = drawer;
339 mSelectionDrawer.draw(canvas, mContent, width, height,
354 mSelectionDrawer.drawFocus(canvas, width, height);
H A DAlbumSetSlidingWindow.java61 private SelectionDrawer mSelectionDrawer; field in class:AlbumSetSlidingWindow
85 mSelectionDrawer = drawer;
104 mSelectionDrawer = drawer;
399 mSelectionDrawer.draw(canvas, mContent, width, height,
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java76 protected SelectionDrawer mSelectionDrawer; field in class:ManageCachePage
295 mSelectionDrawer = new ManageCacheDrawer((Context) mActivity,
297 mAlbumSetView = new AlbumSetView(mActivity, mSelectionDrawer,

Completed in 351 milliseconds