Home
last modified time | relevance | path

Searched refs:mDestRect (Results 1 – 4 of 4) 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/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.java334 private final Rect mDestRect = new Rect(); field in DayView
2180 Rect dest = mDestRect; in onDraw()
2650 r.top = mDestRect.top; in drawBgColors()
2651 r.bottom = mDestRect.bottom; in drawBgColors()
2691 r.top = mDestRect.top; in drawBgColors()
2692 r.bottom = mDestRect.bottom; in drawBgColors()
2700 r.top = mDestRect.top; in drawBgColors()
2701 r.bottom = mDestRect.bottom; in drawBgColors()