Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DCutoutSpecificationBenchmark.java46 private static final String BOTTOM_MARKER = "@bottom"; field in CutoutSpecificationBenchmark
103 if (spec.contains(BOTTOM_MARKER)) { in oldMethodParsingSpec()
104 String[] splits = spec.split(BOTTOM_MARKER, 2); in oldMethodParsingSpec()
/aosp14/frameworks/base/core/java/android/view/
H A DCutoutSpecification.java82 private static final String BOTTOM_MARKER = MARKER_START_CHAR + "bottom"; field in CutoutSpecification
450 } else if (specWithoutDp.startsWith(BOTTOM_MARKER, currentIndex)) {
452 currentIndex += BOTTOM_MARKER.length();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59761 Landroid/view/DisplayCutout;->BOTTOM_MARKER:Ljava/lang/String;