Home | History | Annotate | Download | only in view

Lines Matching refs:oHeight

19825             int oHeight = insets.top  + insets.bottom;
19827 heightMeasureSpec = MeasureSpec.adjust(heightMeasureSpec, optical ? -oHeight : oHeight);