Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java52 private final Rect mDestRect; field in PopupTransitionAnimation
79 mDestRect = new Rect(); in PopupTransitionAnimation()
139 mViewToAnimate.getGlobalVisibleRect(mDestRect); in startAfterLayoutComplete()
143 if (mDestRect.width() <= 1 || mDestRect.height() <= 1) { in startAfterLayoutComplete()
193 mCurrentRect = mRectEvaluator.evaluate(interpolatedTime, mStartRect, mDestRect); in applyTransformation()
235 final int prevTop = mDestRect.top; in computeDestRect()
236 final int prevLeft = mDestRect.left; in computeDestRect()
237 final int prevRight = mDestRect.right; in computeDestRect()
238 final int prevBottom = mDestRect.bottom; in computeDestRect()
240 if (!getViewScreenMeasureRect(mViewToAnimate, mDestRect)) { in computeDestRect()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageTinyPlanet.java46 RectF mDestRect = new RectF(); field in ImageTinyPlanet
167 mDestRect.left = (sw - nsw) / 2; in display()
168 mDestRect.top = (sh - nsh) / 2; in display()
169 mDestRect.right = sw - mDestRect.left; in display()
170 mDestRect.bottom = sh - mDestRect.top; in display()
172 canvas.drawBitmap(bitmap, null, mDestRect, mPaint); in display()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/voice/
DBitmapSoundLevelView.java48 private Rect mDestRect; field in BitmapSoundLevelView
142 mDestRect = new Rect(); in BitmapSoundLevelView()
250 mDestRect.set( in onDraw()
255 canvas.drawBitmap(mTrailLevel, null, mDestRect, mEmptyPaint); in onDraw()
262 mDestRect.set( in onDraw()
267 canvas.drawBitmap(mPrimaryLevel, null, mDestRect, mEmptyPaint); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java64 private final RectF mDestRect = new RectF(); field in TiledTexture
279 RectF dest = mDestRect; in drawMixed()
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect); in drawMixed()
298 RectF dest = mDestRect; in draw()
308 canvas.drawTexture(t, mSrcRect, mDestRect); in draw()
316 RectF dest = mDestRect; in draw()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java331 private final Rect mDestRect = new Rect(); field in DayView
1909 Rect dest = mDestRect; in onDraw()
2321 r.top = mDestRect.top; in drawBgColors()
2322 r.bottom = mDestRect.bottom; in drawBgColors()
2362 r.top = mDestRect.top; in drawBgColors()
2363 r.bottom = mDestRect.bottom; in drawBgColors()
2371 r.top = mDestRect.top; in drawBgColors()
2372 r.bottom = mDestRect.bottom; in drawBgColors()