Searched refs:parentBottom (Results 1 – 3 of 3) sorted by relevance
280 final int parentBottom = bottom - top - getPaddingBottomWithForeground(); in layoutChildren() local322 childTop = parentTop + (parentBottom - parentTop - height) / 2 + in layoutChildren()326 childTop = parentBottom - height - lp.bottomMargin; in layoutChildren()
492 final int parentBottom = bottom - top - getPaddingBottom();505 childTop = parentBottom - height - lp.bottomMargin;
9058 final int parentBottom = getHeight() - getPaddingBottom(); in requestChildRectangleOnScreen() local9067 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()