Searched defs:letterboxInsets (Results 1 – 6 of 6) sorted by relevance
96 Rect contentInsets, Rect letterboxInsets, boolean isLowResolution, in TaskSnapshot()
205 final Rect letterboxInsets = mSnapshot.getLetterboxInsets(); in drawSizeMismatchSnapshot() local
313 final Rect letterboxInsets = getLetterboxInsets(activity); in prepareTaskSnapshot() local447 final Rect letterboxInsets = getLetterboxInsets(topActivity); in drawAppThemeSnapshot() local
1080 final Rect letterboxInsets = appToken.getLetterboxInsets(); in getLetterboxBounds() local
34 @JvmField var letterboxInsets: Rect = Rect(), in <lambda>() variable in com.android.systemui.shared.recents.model.ThumbnailData
171 final Rect letterboxInsets = new Rect(5, 6, 7, 8); in testSnapshotBuilder() local