Home
last modified time | relevance | path

Searched refs:getRotation (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRotateRepresentation.java77 this(r.getRotation()); in FilterRotateRepresentation()
85 public Rotation getRotation() { in getRotation() method in FilterRotateRepresentation
141 setRotation(((FilterRotateRepresentation) a).getRotation()); in useParametersFrom()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTouchListener.java85 mInitialTargetA = (float) target.getRotation(); in resetTouch()
150 mInitialTargetA = (float) target.getRotation(); in onTouch()
185 float rotation = target.getRotation(); in onTouch()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java161 mRenderer.rotation = source != null ? source.getRotation() : 0; in setTileSource()
250 final int rotation = mRenderer.source.getRotation(); in positionFromMatrix()
356 public int getRotation() { in getRotation() method in TiledImageView.ColoredTiles
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaItem.java84 return getRotation(); in getFullImageRotation()
87 public int getRotation() { in getRotation() method in MediaItem
DUriImage.java295 public int getRotation() { in getRotation() method in UriImage
DLocalImage.java332 public int getRotation() { in getRotation() method in LocalImage
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java210 public int getRotation() { in getRotation() method in BitmapRegionTileSource.BitmapSource
304 mRotation = source.getRotation(); in BitmapRegionTileSource()
354 public int getRotation() { in getRotation() method in BitmapRegionTileSource
/packages/apps/Camera2/src/com/android/camera/app/
DOrientationManagerImpl.java256 .getRotation(); in getDisplayRotation()
278 int orientation = currentDisplay.getRotation(); in isDefaultToPortrait()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java117 switch (mDisplay.getRotation()) { in onAccelerometerChanged()
166 switch (mDisplay.getRotation()) { in onGyroscopeChanged()
DOrientationManager.java157 .getRotation(); in getDisplayRotation()
DSlideshowPage.java164 mSlideshowView.next(slide.bitmap, slide.item.getRotation()); in showPendingBitmap()
/packages/apps/Gallery/src/com/android/camera/
DRotateBitmap.java41 public int getRotation() { in getRotation() method in RotateBitmap
DImageViewTouchBase.java168 setImageBitmap(bitmap.getBitmap(), bitmap.getRotation()); in setImageRotateBitmapResetBase()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageRotate.java63 return mLocalRep.getRotation().value(); in getLocalValue()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetUtils.java54 return createWidgetBitmap(bitmap, image.getRotation()); in createWidgetBitmap()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DDrawableTileSource.java62 public int getRotation() { in getRotation() method in DrawableTileSource
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java116 public static int getRotation(MediaObject image) { in getRotation() method in PicasaSource
/packages/apps/Gallery2/src/com/android/photos/shims/
DBitmapJobDrawable.java63 mRotation = mItem.getRotation(); in setMediaItem()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java113 mRenderer.rotation = source != null ? source.getRotation() : 0; in setTileSource()
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java120 public int getRotation() { in getRotation() method in BitmapRegionTileSource
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DCameraManager.java671 switch (windowManager.getDefaultDisplay().getRotation()) { in updateCameraOrientation()
1163 final int rotation = windowManager.getDefaultDisplay().getRotation(); in lockOrientation()
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java162 columnValues[i] = PicasaSource.getRotation(image); in queryPicasaItem()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumSlidingWindow.java271 entry.rotation = (item == null) ? 0 : item.getRotation(); in prepareSlotContent()
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java268 final int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in lockOrientation()
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DVideoChatTestActivity.java117 int rotation = getWindowManager().getDefaultDisplay().getRotation(); in getDisplayOrientation()

12