Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java479 final float bottomBound = displaySize.y + pipBounds.height() * .1f; in getDismissEndPoint() local
487 final float x = (bottomBound - yIntercept) / slope; in getDismissEndPoint()
488 return new Point((int) x, (int) bottomBound); in getDismissEndPoint()
492 return new Point(pipBounds.left, (int) bottomBound); in getDismissEndPoint()