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

/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java41 public int getRotation() { method in class:RotateBitmap
/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/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/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java122 mRenderer.rotation = source != null ? source.getRotation() : 0;
176 final int rotation = mRenderer.source.getRotation();
282 public int getRotation() { method in class:TiledImageView.ColoredTiles
H A DTiledImageRenderer.java138 public int getRotation(); method in interface:TiledImageRenderer.TileSource
/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.java231 public int getRotation() { method in class:BitmapRegionTileSource.BitmapSource
396 mRotation = source.getRotation();
445 public int getRotation() { method in class:BitmapRegionTileSource

Completed in 209 milliseconds