/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 107 if (getScale() > 1.0f) { in onKeyUp() 250 protected float getScale(Matrix matrix) { in getScale() method in ImageViewTouchBase 254 protected float getScale() { in getScale() method in ImageViewTouchBase 255 return getScale(mSuppMatrix); in getScale() 312 float oldScale = getScale(); in zoomTo() 322 final float incrementPerMs = (scale - getScale()) / durationMs; in zoomTo() 323 final float oldScale = getScale(); in zoomTo() 364 if (getScale() >= mMaxZoom) { in zoomIn() 390 if (getScale(tmp) < 1F) { in zoomOut()
|
D | CropImage.java | 196 if (mImageView.getScale() == 1F) { in startFaceDetection() 727 if (getScale() == 1F) { in onTouchEvent() 769 zoom = zoom * this.getScale(); in centerBasedOnHighlightView() 772 if ((Math.abs(zoom - getScale()) / zoom) > .1) { in centerBasedOnHighlightView()
|
D | ViewImage.java | 240 float scale = imageView.getScale(); 334 if (imageView.getScale() > 1F) { 361 if (imageView.getScale() > 2F) { in onDoubleTap() 1140 if (getScale() <= 1F && event.getEventTime() 1151 if (getScale() <= 1F && event.getEventTime()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
D | PreviewActivityTest.java | 356 assertTrue(mWallpaperPersister.getScale() < 0); in testClickSetWallpaper_CropsAndScalesWallpaper() 365 mActivityRule.getActivity().findViewById(R.id.full_res_image)).getScale(); in testClickSetWallpaper_CropsAndScalesWallpaper() 366 assertEquals(mWallpaperPersister.getScale(), zoom, FLOAT_ERROR_MARGIN); in testClickSetWallpaper_CropsAndScalesWallpaper() 426 assertEquals(expectedWallpaperZoom, fullResImageView.getScale(), FLOAT_ERROR_MARGIN); in testSetsDefaultWallpaperZoomAndScroll()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | WallpaperConnection.java | 323 float[] values = getScale(parentSurface); in mirrorAndReparent() 335 private float[] getScale(SurfaceView parentSurface) { in getScale() method in WallpaperConnection
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | ImagePreviewFragment.java | 348 bitmapCropper.cropAndScaleBitmap(mWallpaperAsset, mFullResImageView.getScale(), in recalculateColors() 460 float wallpaperZoom = mFullResImageView.getScale(); in calculateCropRect() 482 destination, mFullResImageView.getScale(), calculateCropRect(getContext()), in setCurrentWallpaper()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
D | ResourceWallpaperInfo.java | 32 public float getScale(Point wallpaperSize, RectF crop) { in onClick()
|
D | DefaultWallpaperInfo.java | 45 public float getScale(Point wallpaperSize, RectF crop) { in onClick()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | WallpaperCropActivity.java | 282 mCropView.setScale(req.scaleAndOffsetProvider.getScale(wallpaperSize, crop)); in onLoadRequestComplete() 476 float getScale(Point wallpaperSize, RectF crop);
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
D | CircleFramedDrawable.java | 107 public float getScale() { in getScale() method in CircleFramedDrawable
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/ |
D | SwipeButtonHelper.java | 525 float scale = getScale(alpha, view); in updateIconAlpha() 531 private float getScale(float alpha, SwipeButtonView icon) { in getScale() method in SwipeButtonHelper
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 215 public float getScale() { in getScale() method in TestWallpaperPersister
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 251 li.getNormalizer().getScale(nDr, null, null, null)); in setItemInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 413 Utilities.scaleRectAboutCenter(bounds, li.getNormalizer().getScale(drawable, null, in getOffsetForIconBounds()
|