HomeSort by relevance Sort by last modified time
    Searched refs:mDestRect (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
PopupTransitionAnimation.java 52 private final Rect mDestRect;
79 mDestRect = new Rect();
139 mViewToAnimate.getGlobalVisibleRect(mDestRect);
143 if (mDestRect.width() <= 1 || mDestRect.height() <= 1) {
186 // Update mDestRect as it may have moved during the animation
193 mCurrentRect = mRectEvaluator.evaluate(interpolatedTime, mStartRect, mDestRect);
230 * Computes mDestRect (the position in window space of the placeholder view that we should
235 final int prevTop = mDestRect.top;
236 final int prevLeft = mDestRect.left
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 46 RectF mDestRect = new RectF();
167 mDestRect.left = (sw - nsw) / 2;
168 mDestRect.top = (sh - nsh) / 2;
169 mDestRect.right = sw - mDestRect.left;
170 mDestRect.bottom = sh - mDestRect.top;
172 canvas.drawBitmap(bitmap, null, mDestRect, mPaint);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 64 private final RectF mDestRect = new RectF();
279 RectF dest = mDestRect;
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
298 RectF dest = mDestRect;
308 canvas.drawTexture(t, mSrcRect, mDestRect);
316 RectF dest = mDestRect;
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 334 private final Rect mDestRect = new Rect();
    [all...]

Completed in 120 milliseconds