Home
last modified time | relevance | path

Searched defs: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
341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset()