Searched refs:parentBottom (Results 1 – 4 of 4) sorted by relevance
59 final int parentBottom = b - t - getPaddingBottom(); in onLayout() local62 final int parentHeight = parentBottom - parentTop; in onLayout()95 parentBottom); in onLayout()
146 final int parentBottom = bottom - top - getPaddingBottom(); in onLayout() local170 mTmpContainerRect.bottom = parentBottom - lp.bottomMargin; in onLayout()
109 final int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local124 for (int i = 0; mFirstPosition + i < count && top < parentBottom; i++, top = bottom) { in onLayoutChildren()
448 int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local466 for (int i = 0; mFirstPosition + i < count && top < parentBottom; i++, top = bottom) { in onLayoutChildren()475 parentBottom += v.getHeight(); in onLayoutChildren()