Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java333 int fromBottom = mChild.getBottom(); in animateChild() local
335 int toBottom = fromBottom + ((newHeight - oldHeight) / 2); in animateChild()
339 ObjectAnimator.ofInt(mChild, "bottom", fromBottom, toBottom)); in animateChild()
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java408 final int fromBottom = Math.abs(movementBounds.bottom - stackBounds.top); in snapRectToClosestEdge() local
413 ? Math.min(fromTop, fromBottom) in snapRectToClosestEdge()
416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge()