Searched refs:CutoutSpecification (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | CutoutSpecificationTest.java | 128 private CutoutSpecification.Parser mParser; 193 CutoutSpecification cutoutSpecification = new CutoutSpecification.Parser(3.5f, 1920, 1080) in parse_withBindMarker_tabletLikeDevice_shouldHaveLeftBound() 200 CutoutSpecification cutoutSpecification = new CutoutSpecification.Parser(3.5f, 1920, 1080) in parse_withBindMarker_tabletLikeDevice_shouldHaveTopBound() 207 CutoutSpecification cutoutSpecification = new CutoutSpecification.Parser(3.5f, 1920, 1080) in parse_withBindMarker_tabletLikeDevice_shouldHaveRightBound() 214 CutoutSpecification cutoutSpecification = new CutoutSpecification.Parser(3.5f, 1920, 1080) in parse_withBindMarker_tabletLikeDevice_shouldHaveBottomBound() 221 CutoutSpecification cutoutSpecification = new CutoutSpecification.Parser(3.5f, 1920, 1080) in parse_withBindMarker_tabletLikeDevice_shouldMatchExpectedSafeInset() 322 CutoutSpecification cutoutSpecification = in getSafeInset_shortEdgeIsTopBottom_shouldMatchExpectedInset() 323 new CutoutSpecification.Parser(2f, 200, 400) in getSafeInset_shortEdgeIsTopBottom_shouldMatchExpectedInset() 332 CutoutSpecification cutoutSpecification = in getSafeInset_shortEdgeIsLeftRight_shouldMatchExpectedInset() 342 CutoutSpecification cutoutSpecification = in parse_bottomLeftSpec_withBindLeftMarker_shouldBeLeftBound() [all …]
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | CutoutSpecificationBenchmark.java | 167 new CutoutSpecification.Parser(DISPLAY_DENSITY, DISPLAY_WIDTH, DISPLAY_HEIGHT) in parseByNewMethodForDoubleCutout() 198 new CutoutSpecification.Parser(DISPLAY_DENSITY, DISPLAY_WIDTH, DISPLAY_HEIGHT) in parseLongEdgeCutout() 220 new CutoutSpecification.Parser(DISPLAY_DENSITY, DISPLAY_WIDTH, DISPLAY_HEIGHT) in parseShortEdgeCutout()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | CutoutSpecification.java | 73 public class CutoutSpecification { class 99 private CutoutSpecification(@NonNull Parser parser) { in CutoutSpecification() method in CutoutSpecification 507 public CutoutSpecification parse(@NonNull String originalSpec) { 522 return new CutoutSpecification(this);
|
H A D | DisplayCutout.java | 753 final CutoutSpecification cutoutSpec = new CutoutSpecification.Parser( in getCutoutPath() 1117 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density, in pathAndDisplayCutoutFromSpec()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 8385 android.view.CutoutSpecification$Parser 8386 android.view.CutoutSpecification
|
H A D | boot-image-profile.txt | 31183 Landroid/view/CutoutSpecification$Parser; 31184 Landroid/view/CutoutSpecification;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 8416 android.view.CutoutSpecification$Parser 8417 android.view.CutoutSpecification
|
H A D | boot-image-profile.txt | 41317 Landroid/view/CutoutSpecification$Parser; 41318 Landroid/view/CutoutSpecification;
|