Home
last modified time | relevance | path

Searched refs:toBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java306 final int toBottom = toMovementBounds.bottom < toMovementBounds.top in onMovementBoundsChanged() local
309 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java424 int toBottom = fromBottom + ((newHeight - oldHeight) / 2); in animateChild() local
428 ObjectAnimator.ofInt(mList, "bottom", fromBottom, toBottom)); in animateChild()
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java288 void setSendingToBottom(boolean toBottom) { in setSendingToBottom() argument
290 mChildren.get(appTokenNdx).sendingToBottom = toBottom; in setSendingToBottom()