Searched refs:GalleryActionBar (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumPage.java | 63 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()
|
D | FilterUtils.java | 80 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()
|
D | AbstractGalleryActivity.java | 58 private GalleryActionBar mActionBar; 268 public GalleryActionBar getGalleryActionBar() { in getGalleryActionBar() 270 mActionBar = new GalleryActionBar(this); in getGalleryActionBar()
|
D | PhotoPage.java | 78 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()
|
D | GalleryActionBar.java | 44 public class GalleryActionBar implements OnNavigationListener { class 188 public GalleryActionBar(AbstractGalleryActivity activity) { in GalleryActionBar() method in GalleryActionBar
|
D | AlbumSetPage.java | 66 SelectionManager.SelectionListener, GalleryActionBar.ClusterRunner, 93 private GalleryActionBar mActionBar;
|
/packages/apps/Camera/src/com/android/camera/ |
D | ActivityBase.java | 44 import com.android.gallery3d.app.GalleryActionBar; 80 protected GalleryActionBar mActionBar; 241 mActionBar = new GalleryActionBar(this); in setContentView() 474 public GalleryActionBar getGalleryActionBar() { in getGalleryActionBar()
|