Searched refs:currentWidth (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 202 float currentWidth = Utilities.mapRange(mCurrentScaleProgress, mStartRect.width(), in onUpdate() local 207 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, mCurrentY - currentHeight, in onUpdate() 208 mCurrentCenterX + currentWidth / 2, mCurrentY); in onUpdate() 210 mCurrentRect.set(mCurrentCenterX - currentWidth / 2, mCurrentY, in onUpdate() 211 mCurrentCenterX + currentWidth / 2, mCurrentY + currentHeight); 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 | 376 final int currentWidth = this.getWidth(); in onDraw() local 378 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) { in onDraw() 379 final RectF rect = new RectF(0, 0, currentWidth, currentHeight); in onDraw() 383 mClipPathWidth = currentWidth; in onDraw()
|