Searched refs:animatingBounds (Results 1 – 5 of 5) sorted by relevance
/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 | 413 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/ |
D | PipManager.java | 154 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) { in onMovementBoundsChanged() argument 156 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
|
D | PipTouchHandler.java | 246 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/ |
D | PipManager.java | 185 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) { in onMovementBoundsChanged() argument
|