Home
last modified time | relevance | path

Searched refs:endRect (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java104 Rect startRect, Rect endRect, float endRadius, boolean isReversed); in createRevealAnimator() argument
118 Rect startRect, Rect endRect, float endRadius, boolean isReversed) { in createRevealAnimator() argument
120 getStartRadius(startRect), endRadius, startRect, endRect) { in createRevealAnimator()
147 Rect startRect, Rect endRect, float endRadius, Path outPath);
151 Rect startRect, Rect endRect, float endRadius, boolean isReversed) {
154 newUpdateListener(startRect, endRect, endRadius, path);
272 protected AnimatorUpdateListener newUpdateListener(Rect startRect, Rect endRect,
280 endRect.left, endRect.top, endRect.right, endRect.bottom, endRadius, endRadius};
334 protected AnimatorUpdateListener newUpdateListener(Rect startRect, Rect endRect,
344 float endCX = endRect.exactCenterX();
[all …]
/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java63 RectF endRect = params[0]; in doInBackground() local
93 RectF visibleRect = new RectF(endRect); in doInBackground()
100 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER); in doInBackground()
263 private void startPartialDecodingTask(RectF endRect) { in startPartialDecodingTask() argument
267 mPartialDecodingTask.execute(endRect); in startPartialDecodingTask()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java769 Rect endRect = new Rect(); in playRemoteAppScaleDownAnim() local
770 thumbnailView.getGlobalVisibleRect(endRect); in playRemoteAppScaleDownAnim()
795 float endScaleX = ((float) endRect.width()) / appBounds.width(); in playRemoteAppScaleDownAnim()
798 float endScaleY = ((float) endRect.height()) / appBounds.height(); in playRemoteAppScaleDownAnim()
801 float endTranslationX = endRect.left - in playRemoteAppScaleDownAnim()
805 float endTranslationY = endRect.top - in playRemoteAppScaleDownAnim()
826 setViewToRect(thumbnailView, new RectF(endRect), currentAppRect); in playRemoteAppScaleDownAnim()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRoundedRectRevealOutlineProvider.java36 Rect endRect) { in RoundedRectRevealOutlineProvider() argument
40 mEndRect = endRect; in RoundedRectRevealOutlineProvider()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java171 Rect endRect = new Rect(0, 0, lp.width, lp.height); in getAnimator() local
195 mFolder, startRect, endRect, finalRadius, !mIsOpening)); in getAnimator()