Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java295 final Rect toAdjustedBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged() local
304 if (toAdjustedBounds.bottom < mMovementBounds.bottom in onMovementBoundsChanged()
305 && animatingBounds.top < toAdjustedBounds.bottom) { in onMovementBoundsChanged()
313 if (toAdjustedBounds.bottom >= mMovementBounds.bottom in onMovementBoundsChanged()
315 < toAdjustedBounds.bottom - movementBoundsAdjustment - offsetAdjustment) { in onMovementBoundsChanged()
319 animateToOffset(animatingBounds, toAdjustedBounds); in onMovementBoundsChanged()
341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset() argument
343 bounds.offset(0, toAdjustedBounds.bottom - bounds.top); in animateToOffset()