Searched refs:bottomBound (Results 1 – 2 of 2) sorted by relevance
462 final float bottomBound = displaySize.y + pipBounds.height() * .1f; in getDismissEndPoint() local470 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()
349 final int bottomBound = getHeight() - getPaddingBottom(); in updateObscuredViewsVisibility() local378 final int clampedChildBottom = Math.min(bottomBound, child.getBottom()); in updateObscuredViewsVisibility()