/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/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 327 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds() argument 330 movementBoundsOut.set(insetBounds); in getMovementBounds() 331 movementBoundsOut.right = Math.max(insetBounds.left, insetBounds.right - in getMovementBounds() 333 movementBoundsOut.bottom = Math.max(insetBounds.top, insetBounds.bottom - in getMovementBounds()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackController.java | 294 final Rect insetBounds = new Rect(); in getDefaultBounds() local 295 getInsetBounds(insetBounds); in getDefaultBounds() 305 Gravity.apply(mDefaultStackGravity, size.getWidth(), size.getHeight(), insetBounds, in getDefaultBounds() 500 final Rect insetBounds = new Rect(); in notifyMovementBoundsChanged() local 501 getInsetBounds(insetBounds); in notifyMovementBoundsChanged() 514 mPinnedStackListener.onMovementBoundsChanged(insetBounds, normalBounds, in notifyMovementBoundsChanged()
|
D | TaskStack.java | 203 Rect insetBounds = null; in setAdjustedBounds() local 205 insetBounds = getRawBounds(); in setAdjustedBounds() 208 insetBounds = getRawBounds(); in setAdjustedBounds() 210 insetBounds = mFullyAdjustedImeBounds; in setAdjustedBounds() 213 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : getRawBounds(), insetBounds); in setAdjustedBounds() 1331 final Rect insetBounds = mImeGoingAway ? getRawBounds() : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded() local 1332 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()
|
D | ActivityStackSupervisor.java | 1710 Rect insetBounds = null; in resizePinnedStackLocked() local 1713 insetBounds = tempRect; in resizePinnedStackLocked() 1714 insetBounds.top = 0; in resizePinnedStackLocked() 1715 insetBounds.left = 0; in resizePinnedStackLocked() 1716 insetBounds.right = tempPinnedTaskBounds.width(); in resizePinnedStackLocked() 1717 insetBounds.bottom = tempPinnedTaskBounds.height(); in resizePinnedStackLocked() 1725 stack.resize(pinnedBounds, tempPinnedTaskBounds, insetBounds); in resizePinnedStackLocked()
|
D | TaskRecord.java | 1840 boolean updateOverrideConfiguration(Rect bounds, @Nullable Rect insetBounds) { in updateOverrideConfiguration() argument 1841 final boolean hasSetDisplayedBounds = (insetBounds != null && !insetBounds.isEmpty()); in updateOverrideConfiguration() 1848 Rect steadyBounds = hasSetDisplayedBounds ? insetBounds : bounds; in updateOverrideConfiguration()
|
/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/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipManager.java | 150 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument 154 mTouchHandler.onMovementBoundsChanged(insetBounds, normalBounds, animatingBounds, in onMovementBoundsChanged()
|
D | PipTouchHandler.java | 266 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect curBounds, in onMovementBoundsChanged() argument 273 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalMovementBounds, in onMovementBoundsChanged() 284 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, expandedMovementBounds, in onMovementBoundsChanged() 321 mInsetBounds.set(insetBounds); in onMovementBoundsChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskRecordTests.java | 171 final Rect insetBounds = new Rect(mParentBounds); in testAppBounds_ContainedBounds() local 172 insetBounds.inset(5, 5, 5, 5); in testAppBounds_ContainedBounds() 174 WINDOWING_MODE_FREEFORM, mParentBounds, insetBounds, insetBounds); in testAppBounds_ContainedBounds()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 92 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 214 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 887 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged() argument
|