Home
last modified time | relevance | path

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

123

/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()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java177 || display.getRotation() != mInfo.rotation in onConfigurationChanged()
265 rotation = display.getRotation(); in Info()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DNavBarPosition.java51 public float getRotation() { in getRotation() method in NavBarPosition
/packages/apps/Gallery/src/com/android/camera/
DRotateBitmap.java41 public int getRotation() { in getRotation() method in RotateBitmap
/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/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java208 final int rotation = display.getRotation(); in onMotionEvent()
221 .getRecentsViewDispatcher(mNavBarPosition.getRotation())); in onMotionEvent()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java471 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent()
482 mPreviousRotation = getDisplay().getRotation(); in listenOrientationEvent()
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
DPicasaSource.java116 public static int getRotation(MediaObject image) { in getRotation() method in PicasaSource
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java72 public int getRotation() { in getRotation() method in SeascapePagedViewHandler
DPagedOrientationHandler.java101 int getRotation(); in getRotation() method
/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/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/Settings/src/com/android/settings/biometrics/
DBiometricUtils.java272 return context.getDisplay().getRotation() == Surface.ROTATION_270; in isReverseLandscape()

123