Home
last modified time | relevance | path

Searched defs:insetBounds (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
DIPinnedStackListener.aidl49 void onMovementBoundsChanged(in Rect insetBounds, in Rect normalBounds, in Rect animatingBounds, in onMovementBoundsChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DAppBoundsTests.java108 final Rect insetBounds = new Rect(mParentBounds); in testContainedBounds() local
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackController.java250 final Rect insetBounds = new Rect(); in getDefaultBounds() local
406 final Rect insetBounds = new Rect(); in notifyMovementBoundsChanged() local
DStackWindowController.java262 public void adjustConfigurationForBounds(Rect bounds, Rect insetBounds, in adjustConfigurationForBounds()
DTaskStack.java222 Rect insetBounds = null; in setAdjustedBounds() local
1219 final Rect insetBounds = mImeGoingAway ? mBounds : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java153 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged()
DPipTouchHandler.java246 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, in onMovementBoundsChanged()
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java251 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java184 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, in onMovementBoundsChanged()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java2037 Configuration computeNewOverrideConfigurationForBounds(Rect bounds, Rect insetBounds) { in computeNewOverrideConfigurationForBounds()
2069 boolean updateOverrideConfiguration(Rect bounds, @Nullable Rect insetBounds) { in updateOverrideConfiguration()
2111 void computeOverrideConfiguration(Configuration config, Rect bounds, Rect insetBounds, in computeOverrideConfiguration()
DActivityStack.java4766 final Rect insetBounds = tempTaskInsetBounds != null ? tempTaskInsetBounds : taskBounds; in resize() local
DActivityStackSupervisor.java2595 Rect insetBounds = null; in resizePinnedStackLocked() local