Searched refs:fromBottom (Results 1 – 2 of 2) sorted by relevance
333 int fromBottom = mChild.getBottom(); in animateChild() local335 int toBottom = fromBottom + ((newHeight - oldHeight) / 2); in animateChild()339 ObjectAnimator.ofInt(mChild, "bottom", fromBottom, toBottom)); in animateChild()
408 final int fromBottom = Math.abs(movementBounds.bottom - stackBounds.top); in snapRectToClosestEdge() local413 ? Math.min(fromTop, fromBottom) in snapRectToClosestEdge()416 shortest = Math.min(Math.min(fromLeft, fromRight), Math.min(fromTop, fromBottom)); in snapRectToClosestEdge()