Searched refs:oHeight (Results 1 – 1 of 1) sorted by relevance
28064 int oHeight = insets.top + insets.bottom; in measure() local28066 heightMeasureSpec = MeasureSpec.adjust(heightMeasureSpec, optical ? -oHeight : oHeight); in measure()