Home
last modified time | relevance | path

Searched refs:myWidth (Results 1 – 2 of 2) 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()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java114 int myWidth = rowWidth - iconPadding + getPaddingLeft() + getPaddingRight(); in onMeasure() local
115 super.onMeasure(makeMeasureSpec(myWidth, EXACTLY), heightMeasureSpec); in onMeasure()
125 int myWidth = right - left; in onLayout() local
126 int expectedLeft = parent.getPaddingLeft() + (availableWidth - myWidth) / 2; in onLayout()