Home | History | Annotate | Download | only in widget

Lines Matching refs:measuredHeight

1130         final int measuredHeight = getMeasuredHeight();
1134 final int childHeight = Math.round(measuredHeight*(1-PERSPECTIVE_SHIFT_FACTOR_Y))
1158 mNewPerspectiveShiftY = PERSPECTIVE_SHIFT_FACTOR_Y * measuredHeight;
1166 mNewPerspectiveShiftY = measuredHeight - maxHeight;