Searched refs:mCurrentRect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageRedEye.java | 33 private RectF mCurrentRect = null; field in ImageRedEye 63 mCurrentRect = new RectF(); in onTouchEvent() 64 mCurrentRect.left = ex - mTouchPadding; in onTouchEvent() 65 mCurrentRect.top = ey - mTouchPadding; in onTouchEvent() 68 mCurrentRect.right = ex + mTouchPadding; in onTouchEvent() 69 mCurrentRect.bottom = ey + mTouchPadding; in onTouchEvent() 72 if (mCurrentRect != null) { in onTouchEvent() 78 RectF r = new RectF(mCurrentRect); in onTouchEvent() 80 RectF r2 = new RectF(mCurrentRect); in onTouchEvent() 87 mCurrentRect = null; in onTouchEvent() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | PopupTransitionAnimation.java | 49 private Rect mCurrentRect; field in PopupTransitionAnimation 78 mCurrentRect = new Rect(mStartRect); in PopupTransitionAnimation() 193 mCurrentRect = mRectEvaluator.evaluate(interpolatedTime, mStartRect, mDestRect); in applyTransformation() 267 canvas.translate(mCurrentRect.left, mCurrentRect.top - mPopupRect.top); in initPopupWindow() 272 canvas.scale(mCurrentRect.width() / viewWidth, in initPopupWindow() 273 mCurrentRect.height() / viewHeight); in initPopupWindow() 275 canvas.clipRect(0, 0, mCurrentRect.width(), mCurrentRect.height()); in initPopupWindow()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherBackAnimationController.java | 98 private final RectF mCurrentRect = new RectF(); field in LauncherBackAnimationController 308 mCurrentRect.set(mStartRect); in startBack() 387 mCurrentRect.set(left, top, left + width, top + height); in updateBackProgress() 390 applyTransform(mCurrentRect, cornerRadius); in updateBackProgress() 447 mBackTarget, mCurrentRect, true, resolveRectF); in startTransition() 469 mCurrentRect.setEmpty(); in finishAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 99 private final RectF mCurrentRect = new RectF(); field in RectFSpringAnim 428 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, in onUpdate() 434 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, in onUpdate() 440 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, in onUpdate() 447 onUpdateListener.onUpdate(mCurrentRect, mCurrentScaleProgress); in onUpdate()
|