Searched refs:getRotation (Results 1 - 25 of 39) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
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
H A DLocalImage.java332 public int getRotation() { method in class:LocalImage
/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/Gallery/src/com/android/camera/
H A DRotateBitmap.java41 public int getRotation() { method in class:RotateBitmap
H A DImageViewTouchBase.java168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageRotate.java63 return mLocalRep.getRotation().value();
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetUtils.java54 return createWidgetBitmap(bitmap, image.getRotation());
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DDrawableTileSource.java62 public int getRotation() { method in class:DrawableTileSource
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java85 mInitialTargetA = (float) target.getRotation();
150 mInitialTargetA = (float) target.getRotation();
185 float rotation = target.getRotation();
/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
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java157 .getRotation();
H A DEyePosition.java117 switch (mDisplay.getRotation()) {
166 switch (mDisplay.getRotation()) {
H A DSlideshowPage.java164 mSlideshowView.next(slide.bitmap, slide.item.getRotation());
/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/Camera2/src/com/android/camera/app/
H A DOrientationManagerImpl.java256 .getRotation();
278 int orientation = currentDisplay.getRotation();
/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/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java63 mRotation = mItem.getRotation();
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java113 mRenderer.rotation = source != null ? source.getRotation() : 0;
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java162 columnValues[i] = PicasaSource.getRotation(image);
/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/ui/
H A DAlbumSlidingWindow.java271 entry.rotation = (item == null) ? 0 : item.getRotation();
/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java268 final int rotation = activity.getWindowManager().getDefaultDisplay().getRotation();
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java117 int rotation = getWindowManager().getDefaultDisplay().getRotation();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraManager.java671 switch (windowManager.getDefaultDisplay().getRotation()) {
1163 final int rotation = windowManager.getDefaultDisplay().getRotation();

Completed in 1879 milliseconds

12