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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java58 private AlbumModeAdapter mAlbumModeAdapter; field in class:GalleryActionBar
267 if (mAlbumModeAdapter == null) {
273 mAlbumModeAdapter = new AlbumModeAdapter();
277 mActionBar.setListNavigationCallbacks(mAlbumModeAdapter, this);

Completed in 35 milliseconds