Home
last modified time | relevance | path

Searched refs:mSourceRect (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java65 private final RectF mSourceRect = new RectF(); field in ClipAnimationHelper
130 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()
143 mSourceRect.width() / mTargetRect.width()); in updateTargetRect()
144 scaledTargetRect.offsetTo(mSourceRect.left, mSourceRect.top); in updateTargetRect()
151 mSourceRect.set(scaledTargetRect); in updateTargetRect()
170 currentRect = mRectFEvaluator.evaluate(progress, mSourceRect, mTmpRectF); in applyTransform()
200 mTmpMatrix.setRectToRect(mSourceRect, params.currentRect, ScaleToFit.FILL); in applyTransform()
301 float scale = mTargetRect.width() / mSourceRect.width(); in fromTaskThumbnailView()
326 float scale = mSourceRect.width() / mTargetRect.width(); in getScaleAndTranslation()
327 float translationY = mSourceRect.centerY() - mSourceRect.top - mTargetRect.centerY(); in getScaleAndTranslation()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java96 private final RectF mSourceRect = new RectF(); field in TileImageView
591 RectF source = mSourceRect; in drawTile()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java93 private final RectF mSourceRect = new RectF(); field in TiledImageRenderer
598 RectF source = mSourceRect; in drawTile()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java93 private final RectF mSourceRect = new RectF(); field in TiledImageRenderer
598 RectF source = mSourceRect; in drawTile()