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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetImageView.java 39 private final RectF mDstRectF = new RectF();
74 canvas.drawBitmap(mBitmap, null, mDstRectF, mPaint);
100 mDstRectF.left = (myWidth - scaledWidth) / 2;
101 mDstRectF.right = (myWidth + scaledWidth) / 2;
104 mDstRectF.top = 0;
105 mDstRectF.bottom = scaledHeight;
107 mDstRectF.top = (myHeight - scaledHeight) / 2;
108 mDstRectF.bottom = (myHeight + scaledHeight) / 2;
114 (int) (mDstRectF.right + mBadgeMargin - bounds.width()),
117 (int) (mDstRectF.bottom + mBadgeMargin - bounds.height())
    [all...]
  /frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 57 private final RectF mDstRectF = new RectF();
239 mDstRectF.set(mDstRect);
243 mShaderMatrix.setTranslate(mDstRectF.left,mDstRectF.top);
245 mDstRectF.width() / mBitmap.getWidth(),
246 mDstRectF.height() / mBitmap.getHeight());
266 canvas.drawRoundRect(mDstRectF, mCornerRadius, mCornerRadius, mPaint);
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 5280 milliseconds