Home
last modified time | relevance | path

Searched refs:normalBounds (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java246 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()
DPipMotionHelper.java339 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()
DPipManager.java153 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument
156 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl49 void onMovementBoundsChanged(in Rect insetBounds, in Rect normalBounds, in Rect animatingBounds, in onMovementBoundsChanged() argument
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java408 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/
DPipManager.java184 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument
187 mDefaultPipBounds.set(normalBounds); in onMovementBoundsChanged()