Home
last modified time | relevance | path

Searched refs:getRotation (Results 1 – 25 of 45) 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/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
/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/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/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DNavBarPosition.java40 .getDefaultDisplay().getRotation(); in NavBarPosition()
/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/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java914 switch (display.getRotation()) { in getCompatActivityInfoOrientation()
937 switch ((display.getRotation() + indexOffset) % 4) { in getCompatActivityInfoOrientation()
948 + "with display rotation: " + display.getRotation() + " and index offset: " in getCompatActivityInfoOrientation()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DDrawableTileSource.java62 public int getRotation() { in getRotation() method in DrawableTileSource
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetUtils.java54 return createWidgetBitmap(bitmap, image.getRotation()); in createWidgetBitmap()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java264 private float getRotation() { in getRotation() method in MaterialProgressDrawable
705 public float getRotation() { in getRotation() method in MaterialProgressDrawable.Ring
/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/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java162 columnValues[i] = PicasaSource.getRotation(image); in queryPicasaItem()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java193 final int rotation = winManager.getDefaultDisplay().getRotation(); in startPreview()

12