Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumPage.java63 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner,
64 …SelectionManager.SelectionListener, MediaSet.SyncListener, GalleryActionBar.OnAlbumModeSelectedLis…
356 GalleryActionBar.getClusterByTypeString(context, clusterType)); in doCluster()
414 GalleryActionBar actionBar = mActivity.getGalleryActionBar(); in onResume()
417 actionBar.enableAlbumModeMenu(GalleryActionBar.ALBUM_GRID_MODE_SELECTED, this); in onResume()
543 GalleryActionBar actionBar = mActivity.getGalleryActionBar(); in onCreateActionBar()
782 if (mode == GalleryActionBar.ALBUM_FILMSTRIP_MODE_SELECTED) { in onAlbumModeSelected()
DFilterUtils.java80 public static void setupMenuItems(GalleryActionBar actionBar, Path path, boolean inAlbum) { in setupMenuItems()
167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) { in setMenuItemApplied()
171 …private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boo… in setMenuItemAppliedEnabled()
DAbstractGalleryActivity.java58 private GalleryActionBar mActionBar;
268 public GalleryActionBar getGalleryActionBar() { in getGalleryActionBar()
270 mActionBar = new GalleryActionBar(this); in getGalleryActionBar()
DPhotoPage.java78 PhotoPageBottomControls.Delegate, GalleryActionBar.OnAlbumModeSelectedListener {
145 private GalleryActionBar mActionBar;
1332 GalleryActionBar.ALBUM_FILMSTRIP_MODE_SELECTED, this); in onFilmModeChanged()
1408 GalleryActionBar.ALBUM_FILMSTRIP_MODE_SELECTED, this); in onResume()
1462 if (mode == GalleryActionBar.ALBUM_GRID_MODE_SELECTED) { in onAlbumModeSelected()
DGalleryActionBar.java44 public class GalleryActionBar implements OnNavigationListener { class
188 public GalleryActionBar(AbstractGalleryActivity activity) { in GalleryActionBar() method in GalleryActionBar
DAlbumSetPage.java66 SelectionManager.SelectionListener, GalleryActionBar.ClusterRunner,
93 private GalleryActionBar mActionBar;
/packages/apps/Camera/src/com/android/camera/
DActivityBase.java44 import com.android.gallery3d.app.GalleryActionBar;
80 protected GalleryActionBar mActionBar;
241 mActionBar = new GalleryActionBar(this); in setContentView()
474 public GalleryActionBar getGalleryActionBar() { in getGalleryActionBar()