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

/packages/apps/Gallery/src/com/android/camera/
H A DRotateBitmap.java41 public int getRotation() { method in class:RotateBitmap
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
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/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/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java210 public int getRotation() { method in class:BitmapRegionTileSource.BitmapSource
304 mRotation = source.getRotation();
354 public int getRotation() { method in class:BitmapRegionTileSource
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java137 public int getRotation(); method in interface:TiledImageRenderer.TileSource

Completed in 307 milliseconds