Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java492 final int parentBottom = bottom - top - getPaddingBottom();
505 childTop = parentBottom - height - lp.bottomMargin;
H A DRecyclerView.java9058 final int parentBottom = getHeight() - getPaddingBottom(); in requestChildRectangleOnScreen() local
9067 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()