Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationUndoLayout.java111 int parentBottom = getMeasuredHeight(); in onLayout() local
132 parentBottom - mUndoView.getMeasuredHeight() - undoLayoutParams.bottomMargin, in onLayout()
134 parentBottom - undoLayoutParams.bottomMargin); in onLayout()
/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.java8937 final int parentBottom = getHeight() - getPaddingBottom(); in requestChildRectangleOnScreen() local
8946 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()