Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7561 final Rect screenResolvedBounds = in updateResolvedBoundsHorizontalPosition() local
7565 if (resolvedBounds.isEmpty() || parentBounds.width() == screenResolvedBounds.width()) { in updateResolvedBoundsHorizontalPosition()
7570 if (screenResolvedBounds.width() >= parentAppBounds.width()) { in updateResolvedBoundsHorizontalPosition()
7573 parentAppBounds.width(), screenResolvedBounds.width()); in updateResolvedBoundsHorizontalPosition()
7577 offsetX = (int) Math.ceil((parentAppBounds.width() - screenResolvedBounds.width()) in updateResolvedBoundsHorizontalPosition()