Searched refs:currentWidth (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 233 float currentWidth = Utilities.mapRange(mCurrentScaleProgress, mStartRect.width(), in onUpdate() local 238 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, mCurrentY - currentHeight, in onUpdate() 239 mCurrentCenterX + currentWidth / 2, mCurrentY); in onUpdate() 241 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, mCurrentY, in onUpdate() 242 mCurrentCenterX + currentWidth / 2, mCurrentY + currentHeight); in onUpdate()
|
D | RectFSpringAnim2.java | 316 float currentWidth = Utilities.mapRange(rectProgress, mStartRect.width(), in onUpdate() local 321 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, in onUpdate() 323 mCurrentCenterX + currentWidth / 2, in onUpdate()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AudioAttachmentView.java | 304 final int currentWidth = this.getWidth(); in onDraw() local 306 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw() 307 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw() 311 mClipPathWidth = currentWidth; in onDraw()
|
D | AsyncImageView.java | 378 final int currentWidth = this.getWidth(); in onDraw() local 380 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw() 381 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw() 385 mClipPathWidth = currentWidth; in onDraw()
|