Searched refs:normalBounds (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 246 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, in onMovementBoundsChanged() argument 249 mNormalBounds = normalBounds; in onMovementBoundsChanged() 255 float aspectRatio = (float) normalBounds.width() / normalBounds.height(); in onMovementBoundsChanged() 306 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction, in onMovementBoundsChanged() 507 Rect normalBounds = new Rect(mNormalBounds); in setMenuState() local 508 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction, in setMenuState()
|
D | PipMotionHelper.java | 339 void animateToUnexpandedState(Rect normalBounds, float savedSnapFraction, in animateToUnexpandedState() argument 347 mSnapAlgorithm.applySnapFraction(normalBounds, normalMovementBounds, savedSnapFraction); in animateToUnexpandedState() 349 normalBounds = getClosestMinimizedBounds(normalBounds, normalMovementBounds); in animateToUnexpandedState() 352 movePip(normalBounds); in animateToUnexpandedState() 354 resizeAndAnimatePipUnchecked(normalBounds, SHRINK_STACK_FROM_MENU_DURATION); in animateToUnexpandedState()
|
D | PipManager.java | 153 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument 156 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
|
/frameworks/base/core/java/android/view/ |
D | IPinnedStackListener.aidl | 49 void onMovementBoundsChanged(in Rect insetBounds, in Rect normalBounds, in Rect animatingBounds, in onMovementBoundsChanged() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 408 final Rect normalBounds = getDefaultBounds(); in notifyMovementBoundsChanged() local 410 transformBoundsToAspectRatio(normalBounds, mAspectRatio, in notifyMovementBoundsChanged() 418 animatingBounds.set(normalBounds); in notifyMovementBoundsChanged() 420 mPinnedStackListener.onMovementBoundsChanged(insetBounds, normalBounds, in notifyMovementBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 184 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument 187 mDefaultPipBounds.set(normalBounds); in onMovementBoundsChanged()
|