Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetImageView.java39 private final RectF mDstRectF = new RectF(); field in WidgetImageView
74 canvas.drawBitmap(mBitmap, null, mDstRectF, mPaint); in onDraw()
100 mDstRectF.left = (myWidth - scaledWidth) / 2; in updateDstRectF()
101 mDstRectF.right = (myWidth + scaledWidth) / 2; in updateDstRectF()
104 mDstRectF.top = 0; in updateDstRectF()
105 mDstRectF.bottom = scaledHeight; in updateDstRectF()
107 mDstRectF.top = (myHeight - scaledHeight) / 2; in updateDstRectF()
108 mDstRectF.bottom = (myHeight + scaledHeight) / 2; in updateDstRectF()
114 (int) (mDstRectF.right + mBadgeMargin - bounds.width()), in updateDstRectF()
117 (int) (mDstRectF.bottom + mBadgeMargin - bounds.height()), in updateDstRectF()
[all …]