Searched refs:parentBottom (Results 1 – 4 of 4) sorted by relevance
111 int parentBottom = getMeasuredHeight(); in onLayout() local132 parentBottom - mUndoView.getMeasuredHeight() - undoLayoutParams.bottomMargin, in onLayout()134 parentBottom - undoLayoutParams.bottomMargin); in onLayout()
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;
8937 final int parentBottom = getHeight() - getPaddingBottom(); in requestChildRectangleOnScreen() local8946 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()