Home
last modified time | relevance | path

Searched refs:parentBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DFrameLayout.java280 final int parentBottom = bottom - top - getPaddingBottomWithForeground(); in layoutChildren() local
322 childTop = parentTop + (parentBottom - parentTop - height) / 2 + in layoutChildren()
326 childTop = parentBottom - height - lp.bottomMargin; in layoutChildren()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java492 final int parentBottom = bottom - top - getPaddingBottom();
505 childTop = parentBottom - height - lp.bottomMargin;
DRecyclerView.java9058 final int parentBottom = getHeight() - getPaddingBottom(); in requestChildRectangleOnScreen() local
9067 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()