Home | History | Annotate | Download | only in widget

Lines Matching refs:measuredHeight

1134         final int measuredHeight = getMeasuredHeight();
1138 final int childHeight = Math.round(measuredHeight*(1-PERSPECTIVE_SHIFT_FACTOR_Y))
1162 mNewPerspectiveShiftY = PERSPECTIVE_SHIFT_FACTOR_Y * measuredHeight;
1170 mNewPerspectiveShiftY = measuredHeight - maxHeight;