Searched refs:mDestRect (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
D | PopupTransitionAnimation.java | 52 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/ |
D | ImageTinyPlanet.java | 46 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/ |
D | TiledTexture.java | 64 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/ |
D | DayView.java | 334 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()
|