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()
171 final int parentHeight = getHeight(); in scrollVerticallyBy() local175 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0); in scrollVerticallyBy()246 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local255 getDecoratedTop(v) <= parentHeight)) { in recycleViewsOutOfBounds()
308 final int parentHeight = getHeight(); in scrollVerticallyBy() local311 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0); in scrollVerticallyBy()382 final int parentHeight = getHeight(); in recycleViewsOutOfBounds() local389 v.getBottom() >= 0 && v.getTop() <= parentHeight)) { in recycleViewsOutOfBounds()