Searched refs:parentHeight (Results 1 – 5 of 5) sorted by relevance
206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local247 parentHeight - params.topMargin - params.bottomMargin, in onMeasure()
1079 final int parentHeight = getHeight(); in scrollVerticallyBy() local1084 Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()1156 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local1163 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()
40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
788 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight,806 inOutBounds.left = parentHeight - inOutBounds.bottom;808 inOutBounds.right = parentHeight - inOutBounds.top;
208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local209 setMeasuredDimension(parentWidth, parentHeight); in onMeasure()