Searched refs:parentHeight (Results 1 – 5 of 5) sorted by relevance
599 final int parentHeight = bottom - top; in onLayout() local637 childTop = (parentHeight - height) / 2 + in onLayout()645 childTop = parentHeight - lp.leftMargin - width / 2 - height / 2; in onLayout()679 childTop = (parentHeight - height) / 2 + in onLayout()683 childTop = parentHeight - height - lp.bottomMargin; in onLayout()
1078 final int parentHeight = getHeight(); in scrollVerticallyBy() local1083 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()1155 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local1162 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()
206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local247 parentHeight - params.topMargin - params.bottomMargin, in onMeasure()
40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local209 setMeasuredDimension(parentWidth, parentHeight); in onMeasure()