Searched refs:parentHeight (Results 1 – 4 of 4) sorted by relevance
62 final int parentHeight = parentBottom - parentTop; in onLayout() local85 parentUnpaddedHeight = parentHeight - childPaddingTop - childPaddingBottom; in onLayout()102 parentTop + (parentHeight - scaledChildHeight) / 2, in onLayout()104 parentTop + (parentHeight + scaledChildHeight) / 2); in onLayout()
63 public void initialize(int width, int height, int parentWidth, int parentHeight) { in initialize() argument64 super.initialize(width, height, parentWidth, parentHeight); in initialize()
174 final int parentHeight = getHeight(); in scrollVerticallyBy() local178 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0); in scrollVerticallyBy()249 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local258 getDecoratedTop(v) <= parentHeight)) { in recycleViewsOutOfBounds()
312 final int parentHeight = getHeight(); in scrollVerticallyBy() local315 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()386 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local393 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()