Home | History | Annotate | Download | only in widget

Lines Matching refs:measuredWidth

1129         final int measuredWidth = getMeasuredWidth();
1132 final int childWidth = Math.round(measuredWidth*(1-PERSPECTIVE_SHIFT_FACTOR_X))
1157 mNewPerspectiveShiftX = PERSPECTIVE_SHIFT_FACTOR_X * measuredWidth;
1162 mNewPerspectiveShiftX = measuredWidth - maxWidth;