Searched defs:getClosestMinimizedBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMotionHelper.java202 Rect getClosestMinimizedBounds(Rect stackBounds, Rect movementBounds) { method in class:PipMotionHelper
268 Rect toBounds = getClosestMinimizedBounds(mBounds, movementBounds);
350 normalBounds = getClosestMinimizedBounds(normalBounds, normalMovementBounds);

Completed in 39 milliseconds