Searched refs:toBottom (Results 1 – 3 of 3) sorted by relevance
306 final int toBottom = toMovementBounds.bottom < toMovementBounds.top in onMovementBoundsChanged() local309 if ((Math.min(prevBottom, toBottom) - offsetBufferPx) <= curBounds.top in onMovementBoundsChanged()310 && curBounds.top <= (Math.max(prevBottom, toBottom) + offsetBufferPx)) { in onMovementBoundsChanged()311 mMotionHelper.animateToOffset(curBounds, toBottom - curBounds.top); in onMovementBoundsChanged()
424 int toBottom = fromBottom + ((newHeight - oldHeight) / 2); in animateChild() local428 ObjectAnimator.ofInt(mList, "bottom", fromBottom, toBottom)); in animateChild()
288 void setSendingToBottom(boolean toBottom) { in setSendingToBottom() argument290 mChildren.get(appTokenNdx).sendingToBottom = toBottom; in setSendingToBottom()