Home
last modified time | relevance | path

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

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