/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterRotateRepresentation.java | 77 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/ |
D | PhotoTouchListener.java | 85 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/ |
D | MediaItem.java | 84 return getRotation(); in getFullImageRotation() 87 public int getRotation() { in getRotation() method in MediaItem
|
D | UriImage.java | 295 public int getRotation() { in getRotation() method in UriImage
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageView.java | 161 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/ |
D | BitmapRegionTileSource.java | 210 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/ |
D | OrientationManagerImpl.java | 256 .getRotation(); in getDisplayRotation() 278 int orientation = currentDisplay.getRotation(); in isDefaultToPortrait()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | EyePosition.java | 117 switch (mDisplay.getRotation()) { in onAccelerometerChanged() 166 switch (mDisplay.getRotation()) { in onGyroscopeChanged()
|
D | OrientationManager.java | 157 .getRotation(); in getDisplayRotation()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DisplayController.java | 177 || display.getRotation() != mInfo.rotation in onConfigurationChanged() 265 rotation = display.getRotation(); in Info()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | NavBarPosition.java | 51 public float getRotation() { in getRotation() method in NavBarPosition
|
/packages/apps/Gallery/src/com/android/camera/ |
D | RotateBitmap.java | 41 public int getRotation() { in getRotation() method in RotateBitmap
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageRotate.java | 63 return mLocalRep.getRotation().value(); in getLocalValue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
D | WidgetUtils.java | 54 return createWidgetBitmap(bitmap, image.getRotation()); in createWidgetBitmap()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | DrawableTileSource.java | 62 public int getRotation() { in getRotation() method in DrawableTileSource
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | OtherActivityInputConsumer.java | 208 final int rotation = display.getRotation(); in onMotionEvent() 221 .getRecentsViewDispatcher(mNavBarPosition.getRotation())); in onMotionEvent()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintEnrollEnrolling.java | 471 final int currentRotation = getDisplay().getRotation(); in listenOrientationEvent() 482 mPreviousRotation = getDisplay().getRotation(); in listenOrientationEvent()
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
D | PicasaSource.java | 116 public static int getRotation(MediaObject image) { in getRotation() method in PicasaSource
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | SeascapePagedViewHandler.java | 72 public int getRotation() { in getRotation() method in SeascapePagedViewHandler
|
D | PagedOrientationHandler.java | 101 int getRotation(); in getRotation() method
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | MaterialProgressDrawable.java | 264 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/ |
D | BitmapJobDrawable.java | 63 mRotation = mItem.getRotation(); in setMediaItem()
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 113 mRenderer.rotation = source != null ? source.getRotation() : 0; in setTileSource()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 120 public int getRotation() { in getRotation() method in BitmapRegionTileSource
|
/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricUtils.java | 272 return context.getDisplay().getRotation() == Surface.ROTATION_270; in isReverseLandscape()
|