Home
last modified time | relevance | path

Searched refs:animatingBounds (Results 1 – 5 of 5) sorted by relevance

/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.java413 final Rect animatingBounds = mTmpAnimatingBoundsRect; in notifyMovementBoundsChanged() local
416 pinnedStack.getAnimationOrCurrentBounds(animatingBounds); in notifyMovementBoundsChanged()
418 animatingBounds.set(normalBounds); in notifyMovementBoundsChanged()
421 animatingBounds, fromImeAdjustement, mDisplayInfo.rotation); in notifyMovementBoundsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java154 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) { in onMovementBoundsChanged() argument
156 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
DPipTouchHandler.java246 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, in onMovementBoundsChanged() argument
273 final Rect bounds = new Rect(animatingBounds); in onMovementBoundsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java185 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) { in onMovementBoundsChanged() argument