Searched refs:mMovementBounds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 84 private Rect mMovementBounds = new Rect(); field in PipTouchHandler 158 … mMotionHelper.animateToClosestMinimizedState(mMovementBounds, null /* updateListener */); in onPipMinimize() 171 mMovementBounds, true /* allowMenuTimeout */, willResizeMenu()); in onPipShowMenu() 196 mMovementBounds, true /* allowMenuTimeout */, willResizeMenu())); in PipTouchHandler() 217 mMovementBounds, false /* allowMenuTimeout */, willResizeMenu()); in showPictureInPictureMenu() 239 mMovementBounds, true /* allowMenuTimeout */, false /* willResizeMenu */); in onPinnedStackAnimationEnded() 304 if (toAdjustedBounds.bottom < mMovementBounds.bottom in onMovementBoundsChanged() 311 int movementBoundsAdjustment = toMovementBounds.bottom - mMovementBounds.bottom; in onMovementBoundsChanged() 313 if (toAdjustedBounds.bottom >= mMovementBounds.bottom in onMovementBoundsChanged() 334 mNormalMovementBounds, mMovementBounds, mIsMinimized, in onMovementBoundsChanged() [all …]
|