HomeSort by relevance Sort by last modified time
    Searched refs:GalleryActionBar (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 80 public static void setupMenuItems(GalleryActionBar actionBar, Path path, boolean inAlbum) {
167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) {
171 private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boolean enabled, boolean updateTitle) {
AbstractGalleryActivity.java 58 private GalleryActionBar mActionBar;
268 public GalleryActionBar getGalleryActionBar() {
270 mActionBar = new GalleryActionBar(this);
AlbumPage.java 63 public class AlbumPage extends ActivityState implements GalleryActionBar.ClusterRunner,
64 SelectionManager.SelectionListener, MediaSet.SyncListener, GalleryActionBar.OnAlbumModeSelectedListener {
356 GalleryActionBar.getClusterByTypeString(context, clusterType));
414 GalleryActionBar actionBar = mActivity.getGalleryActionBar();
417 actionBar.enableAlbumModeMenu(GalleryActionBar.ALBUM_GRID_MODE_SELECTED, this);
543 GalleryActionBar actionBar = mActivity.getGalleryActionBar();
782 if (mode == GalleryActionBar.ALBUM_FILMSTRIP_MODE_SELECTED) {
GalleryActionBar.java 44 public class GalleryActionBar implements OnNavigationListener {
46 private static final String TAG = "GalleryActionBar";
188 public GalleryActionBar(AbstractGalleryActivity activity) {
PhotoPage.java 78 PhotoPageBottomControls.Delegate, GalleryActionBar.OnAlbumModeSelectedListener {
145 private GalleryActionBar mActionBar;
    [all...]
AlbumSetPage.java 66 SelectionManager.SelectionListener, GalleryActionBar.ClusterRunner,
93 private GalleryActionBar mActionBar;

Completed in 541 milliseconds