Searched refs:letterbox (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LetterboxAppearanceCalculatorTest.kt | 73 val letterbox = letterboxWithInnerBounds(Rect(50, 50, 150, 150)) in getLetterboxAppearance_overlapStartSide_returnsOriginalWithScrim() constant 77 TEST_APPEARANCE, TEST_APPEARANCE_REGIONS, listOf(letterbox), BoundsPair(start, end)) in getLetterboxAppearance_overlapStartSide_returnsOriginalWithScrim() 89 val letterbox = letterboxWithInnerBounds(Rect(150, 50, 250, 150)) in getLetterboxAppearance_overlapEndSide_returnsOriginalWithScrim() constant 93 TEST_APPEARANCE, TEST_APPEARANCE_REGIONS, listOf(letterbox), BoundsPair(start, end)) in getLetterboxAppearance_overlapEndSide_returnsOriginalWithScrim() 128 val letterbox = letterboxWithInnerBounds(Rect(101, 0, 199, 100)) in getLetterboxAppearance_noOverlap_BackgroundMultiColor_returnsAppearanceWithScrim() constant 132 TEST_APPEARANCE, TEST_APPEARANCE_REGIONS, listOf(letterbox), BoundsPair(start, end)) in getLetterboxAppearance_noOverlap_BackgroundMultiColor_returnsAppearanceWithScrim() 144 val letterbox = letterboxWithInnerBounds(Rect(101, 0, 199, 100)) in getLetterboxAppearance_noOverlap_returnsAppearanceWithoutScrim() constant 148 TEST_APPEARANCE, TEST_APPEARANCE_REGIONS, listOf(letterbox), BoundsPair(start, end)) in getLetterboxAppearance_noOverlap_returnsAppearanceWithoutScrim() 157 val letterbox = letterboxWithInnerBounds(Rect(0, 0, 101, 101)) in getLetterboxAppearance_letterboxContainsStartSide_returnsAppearanceWithoutScrim() constant 161 TEST_APPEARANCE, TEST_APPEARANCE_REGIONS, listOf(letterbox), BoundsPair(start, end)) in getLetterboxAppearance_letterboxContainsStartSide_returnsAppearanceWithoutScrim() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LetterboxAppearanceCalculator.kt | 113 return letterboxes.any { letterbox -> in isScrimNeeded() method 114 letterbox.letterboxInnerBounds.overlapsWith(statusBarBounds.start) || in isScrimNeeded() 115 letterbox.letterboxInnerBounds.overlapsWith(statusBarBounds.end) in isScrimNeeded()
|
/frameworks/base/proto/src/ |
D | windowmanager.proto | 53 // Possible values for the letterbox horizontal reachability 60 // Possible values for the letterbox vertical reachability
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | CameraCompatFreeformPolicyTests.java | 351 private Configuration createConfiguration(boolean letterbox) { in createConfiguration() argument 353 Rect bounds = letterbox ? new Rect(300, 0, 700, 600) : new Rect(0, 0, 1000, 600); in createConfiguration()
|
D | LetterboxTest.java | 128 LetterboxLayoutVerifier(Rect outer, Point surfaceOrig, Letterbox letterbox) { in LetterboxLayoutVerifier() argument 131 mLetterbox = letterbox; in LetterboxLayoutVerifier()
|
/frameworks/base/core/java/android/window/flags/ |
D | large_screen_experiences_app_compat.aconfig | 107 description: "Whether the blurred letterbox wallpaper background is enabled by default"
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5591 // Position of the letterbox 5621 // The new position of the letterbox
|