Searched refs:normalBounds (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | PinnedStackListenerForwarder.java | 55 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, in onMovementBoundsChanged() argument 60 insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipMotionHelper.java | 342 void animateToUnexpandedState(Rect normalBounds, float savedSnapFraction, in animateToUnexpandedState() argument 350 mSnapAlgorithm.applySnapFraction(normalBounds, normalMovementBounds, savedSnapFraction); in animateToUnexpandedState() 352 normalBounds = getClosestMinimizedBounds(normalBounds, normalMovementBounds); in animateToUnexpandedState() 355 movePip(normalBounds); in animateToUnexpandedState() 357 resizeAndAnimatePipUnchecked(normalBounds, SHRINK_STACK_FROM_MENU_DURATION); in animateToUnexpandedState()
|
D | PipTouchHandler.java | 266 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect curBounds, in onMovementBoundsChanged() argument 271 mNormalBounds = normalBounds; in onMovementBoundsChanged() 277 float aspectRatio = (float) normalBounds.width() / normalBounds.height(); in onMovementBoundsChanged() 327 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction, in onMovementBoundsChanged() 554 Rect normalBounds = new Rect(mNormalBounds); 555 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction,
|
D | PipManager.java | 153 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument 157 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 | 502 final Rect normalBounds = getDefaultBounds(INVALID_SNAP_FRACTION); in notifyMovementBoundsChanged() local 504 transformBoundsToAspectRatio(normalBounds, mAspectRatio, in notifyMovementBoundsChanged() 512 animatingBounds.set(normalBounds); in notifyMovementBoundsChanged() 514 mPinnedStackListener.onMovementBoundsChanged(insetBounds, normalBounds, in notifyMovementBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 214 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument 218 mDefaultPipBounds.set(normalBounds); in onMovementBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 97 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 1006 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument
|