Home
last modified time | relevance | path

Searched refs:insetBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java235 Rect insetBounds = null; in setAdjustedBounds() local
237 insetBounds = mBounds; in setAdjustedBounds()
240 insetBounds = mBounds; in setAdjustedBounds()
242 insetBounds = mFullyAdjustedImeBounds; in setAdjustedBounds()
245 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : mBounds, insetBounds); in setAdjustedBounds()
1112 final Rect insetBounds = mImeGoingAway ? mBounds : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded() local
1113 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1454 Configuration updateOverrideConfiguration(Rect bounds, @Nullable Rect insetBounds) { in updateOverrideConfiguration() argument
1479 mOverrideConfig = calculateOverrideConfig(mTmpRect, insetBounds, in updateOverrideConfiguration()
1512 private Configuration calculateOverrideConfig(Rect bounds, Rect insetBounds, in calculateOverrideConfig() argument
1517 mTmpNonDecorBounds, insetBounds != null ? insetBounds : bounds, in calculateOverrideConfig()
1520 mTmpStableBounds, insetBounds != null ? insetBounds : bounds, in calculateOverrideConfig()
1555 insetBounds != null ? insetBounds : bounds); in calculateOverrideConfig()
DActivityStackSupervisor.java2072 final Rect insetBounds = tempTaskInsetBounds != null ? tempTaskInsetBounds : taskBounds; in resizeStackUncheckedLocked() local
2084 task.updateOverrideConfiguration(taskBounds, insetBounds); in resizeStackUncheckedLocked()