Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java709 final Rect configBounds = getOverrideBounds(); in reparent() local
712 && !Objects.equals(configBounds, toStack.getOverrideBounds())) { in reparent()
719 bounds = configBounds; in reparent()
1538 final Rect configBounds = getOverrideBounds(); in canResizeToBounds() local
1540 return configBounds.isEmpty() in canResizeToBounds()
1541 || landscape == (configBounds.width() > configBounds.height()); in canResizeToBounds()
1693 final Rect configBounds = getOverrideBounds(); in adjustForMinimalTaskDimensions() local
1695 if (!configBounds.isEmpty() && bounds.right == configBounds.right) { in adjustForMinimalTaskDimensions()
1704 if (!configBounds.isEmpty() && bounds.bottom == configBounds.bottom) { in adjustForMinimalTaskDimensions()