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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAppBridge.java37 public abstract boolean isPanorama(); method in class:AppBridge
H A DSinglePhotoDataAdapter.java199 public boolean isPanorama(int offset) { method in class:SinglePhotoDataAdapter
H A DPhotoDataAdapter.java173 boolean isPanorama) {
179 mIsPanorama = isPanorama;
459 public boolean isPanorama(int offset) { method in class:PhotoDataAdapter
171 PhotoDataAdapter(GalleryActivity activity, PhotoView view, MediaSet mediaSet, Path itemPath, int indexHint, int cameraIndex, boolean isPanorama) argument
H A DPhotoPage.java234 mAppBridge == null ? false : mAppBridge.isPanorama());
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java47 public boolean isPanorama; field in class:AlbumSlidingWindow.AlbumEntry
247 entry.isPanorama = GalleryUtils.isPanorama(entry.item);
H A DAlbumSlotRenderer.java126 if (entry.isPanorama) {
H A DAlbumSetSlidingWindow.java83 public boolean isPanorama; field in class:AlbumSetSlidingWindow.AlbumSetEntry
273 entry.isPanorama = GalleryUtils.isPanorama(cover);
H A DAlbumSetSlotRenderer.java164 if (entry.isPanorama) {
H A DPhotoView.java79 public boolean isPanorama(int offset); method in interface:PhotoView.Model
563 mIsPanorama = mModel.isPanorama(0);
756 mIsPanorama = mModel.isPanorama(mIndex);
/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java549 public boolean isPanorama() { method in class:ActivityBase.MyAppBridge
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java341 public static boolean isPanorama(MediaItem item) { method in class:GalleryUtils

Completed in 99 milliseconds