Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetImageView.java92 float myWidth = getWidth(); in updateDstRectF() local
96 final float scale = bitmapWidth > myWidth ? myWidth / bitmapWidth : 1; in updateDstRectF()
100 mDstRectF.left = (myWidth - scaledWidth) / 2; in updateDstRectF()
101 mDstRectF.right = (myWidth + scaledWidth) / 2; in updateDstRectF()