Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java302 final Rect toMovementBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged() local
306 final int toBottom = toMovementBounds.bottom < toMovementBounds.top in onMovementBoundsChanged()
307 ? toMovementBounds.bottom in onMovementBoundsChanged()
308 : toMovementBounds.bottom - extraOffset; in onMovementBoundsChanged()