Lines Matching defs:mMotionHelper

136     private final PipMotionHelper mMotionHelper;
153 mMotionHelper.expandPip();
160 mMotionHelper.animateToClosestMinimizedState(mMovementBounds, null /* updateListener */);
165 mMotionHelper.dismissPip();
172 mMenuController.showMenu(MENU_STATE_FULL, mMotionHelper.getBounds(),
194 mMotionHelper = new PipMotionHelper(mContext, mActivityManager, mMenuController,
197 () -> mMenuController.showMenu(MENU_STATE_FULL, mMotionHelper.getBounds(),
218 mMenuController.showMenu(MENU_STATE_FULL, mMotionHelper.getBounds(),
237 mMotionHelper.synchronizePinnedStackBounds();
240 mMenuController.showMenu(MENU_STATE_CLOSE, mMotionHelper.getBounds(),
247 mMotionHelper.onConfigurationChanged();
248 mMotionHelper.synchronizePinnedStackBounds();
306 mMotionHelper.animateToIMEOffset(bounds);
320 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction,
330 ? new PipAccessibilityInteractionConnection(mMotionHelper,
341 mMenuController.showMenu(MENU_STATE_FULL, mMotionHelper.getBounds(),
356 mMotionHelper.synchronizePinnedStackBounds();
427 Rect bounds = mMotionHelper.getBounds();
475 mMotionHelper.movePip(mMotionHelper.getClosestMinimizedBounds(mNormalBounds,
497 mSavedSnapFraction = mMotionHelper.animateToExpandedState(expandedBounds,
525 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction,
549 return mMotionHelper;
567 Rect bounds = mMotionHelper.getBounds();
622 mTmpBounds.set(mMotionHelper.getBounds());
624 mMotionHelper.movePip(mTmpBounds);
664 && mMotionHelper.isGestureToDismissArea(mMotionHelper.getBounds(), vel.x,
670 if (mMotionHelper.shouldDismissPip() || isFlingToBot) {
671 mMotionHelper.animateDismiss(mMotionHelper.getBounds(), vel.x,
684 !mIsMinimized && (mMotionHelper.shouldMinimizePip() || isFlingToEdge)) {
693 mMotionHelper.animateToClosestMinimizedState(mMovementBounds,
708 mMenuController.showMenu(mMenuState, mMotionHelper.getBounds(),
722 mMotionHelper.flingToSnapTarget(velocity, vel.x, vel.y, mMovementBounds,
726 mMotionHelper.animateToClosestSnapTarget(mMovementBounds, mUpdateScrimListener,
731 mMotionHelper.animateToClosestSnapTarget(mMovementBounds, null /* updateListener */,
737 mMotionHelper.expandPip();
741 mMenuController.showMenu(MENU_STATE_FULL, mMotionHelper.getBounds(),
751 mMotionHelper.expandPip();
815 mMotionHelper.dump(pw, innerPrefix);