Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1064 final Rect boundsIncludingLetterbox = Rect.copyOrNull(boundsWithoutLetterbox); in getLetterboxBounds() local
1067 boundsIncludingLetterbox.inset( in getLetterboxBounds()
1071 letterboxBounds.set(boundsIncludingLetterbox); in getLetterboxBounds()