Searched defs:ownHeight (Results 1 – 3 of 3) sorted by relevance
202 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom(); in onLayout() local
104 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local
303 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local