Searched refs:toBottom (Results 1 – 2 of 2) sorted by relevance
335 int toBottom = fromBottom + ((newHeight - oldHeight) / 2); in animateChild() local339 ObjectAnimator.ofInt(mChild, "bottom", fromBottom, toBottom)); in animateChild()
259 void setSendingToBottom(boolean toBottom) { in setSendingToBottom() argument261 mChildren.get(appTokenNdx).sendingToBottom = toBottom; in setSendingToBottom()