Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
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()
/frameworks/base/core/java/android/view/
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();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59118 Landroid/view/DisplayCutout;->BOTTOM_MARKER:Ljava/lang/String;