Home
last modified time | relevance | path

Searched refs:currentWidth (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java233 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()
DRectFSpringAnim2.java316 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/
DAudioAttachmentView.java304 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()
DAsyncImageView.java378 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()