Home
last modified time | relevance | path

Searched refs:bottomBound (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java462 final float bottomBound = displaySize.y + pipBounds.height() * .1f; in getDismissEndPoint() local
470 final float x = (bottomBound - yIntercept) / slope; in getDismissEndPoint()
471 return new Point((int) x, (int) bottomBound); in getDismissEndPoint()
475 return new Point(pipBounds.left, (int) bottomBound); in getDismissEndPoint()
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
DSlidingPaneLayout.java349 final int bottomBound = getHeight() - getPaddingBottom(); in updateObscuredViewsVisibility() local
378 final int clampedChildBottom = Math.min(bottomBound, child.getBottom()); in updateObscuredViewsVisibility()