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.java66 private final RectF mSourceRect = new RectF(); field in ClipAnimationHelper
127 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()
140 mSourceRect.width() / mTargetRect.width()); in updateTargetRect()
141 scaledTargetRect.offsetTo(mSourceRect.left, mSourceRect.top); in updateTargetRect()
148 mSourceRect.set(scaledTargetRect); in updateTargetRect()
167 currentRect = mRectFEvaluator.evaluate(progress, mSourceRect, mTmpRectF); in applyTransform()
197 mTmpMatrix.setRectToRect(mSourceRect, params.currentRect, ScaleToFit.FILL); in applyTransform()
287 float scale = mTargetRect.width() / mSourceRect.width(); in fromTaskThumbnailView()
312 float scale = mSourceRect.width() / mTargetRect.width(); in getScaleAndTranslation()
313 float translationY = mSourceRect.centerY() - mSourceRect.top - mTargetRect.centerY(); in getScaleAndTranslation()
/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()
/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()