Searched defs:getRotation (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java41 public int getRotation() { method in class:RotateBitmap
/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DImageData.java78 public int getRotation(); method in interface:ImageData
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DDrawableTileSource.java62 public int getRotation() { method in class:DrawableTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRotateRepresentation.java77 this(r.getRotation());
85 public Rotation getRotation() { method in class:FilterRotateRepresentation
141 setRotation(((FilterRotateRepresentation) a).getRotation());
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java120 public int getRotation() { method in class:BitmapRegionTileSource
/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalSessionData.java184 public int getRotation() { method in class:LocalSessionData
H A DSimpleViewData.java87 public int getRotation() { method in class:SimpleViewData
H A DLocalMediaData.java162 public int getRotation() { method in class:LocalMediaData
436 public int getRotation() { method in class:LocalMediaData.PhotoData
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalImage.java332 public int getRotation() { method in class:LocalImage
H A DMediaItem.java82 // getRotation().
84 return getRotation();
87 public int getRotation() { method in class:MediaItem
H A DUriImage.java295 public int getRotation() { method in class:UriImage
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
H A DPicasaSource.java116 public static int getRotation(MediaObject image) { method in class:PicasaSource
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java161 mRenderer.rotation = source != null ? source.getRotation() : 0;
250 final int rotation = mRenderer.source.getRotation();
356 public int getRotation() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java137 public int getRotation(); method in interface:TiledImageRenderer.TileSource
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java215 public int getRotation() { method in class:BitmapRegionTileSource.BitmapSource
381 mRotation = source.getRotation();
431 public int getRotation() { method in class:BitmapRegionTileSource
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java173 mRenderer.rotation = source != null ? source.getRotation() : 0;
262 final int rotation = mRenderer.source.getRotation();
368 public int getRotation() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java137 public int getRotation(); method in interface:TiledImageRenderer.TileSource

Completed in 938 milliseconds