Searched defs: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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipManager.java | 151 Rect animatingBounds, boolean fromImeAdjustment, boolean fromShelfAdjustment, in onMovementBoundsChanged()
|
D | PipTouchHandler.java | 259 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, in onMovementBoundsChanged() 341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 496 final Rect animatingBounds = mTmpAnimatingBoundsRect; in notifyMovementBoundsChanged() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 210 Rect animatingBounds, boolean fromImeAdjustment, boolean fromShelfAdjustment, in onMovementBoundsChanged()
|