Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java46 private static final String BOTTOM_MARKER = "@bottom"; field in CutoutSpecificationBenchmark
118 if (spec.contains(BOTTOM_MARKER)) { in oldMethodParsingSpec()
119 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
408 } else if (specWithoutDp.startsWith(BOTTOM_MARKER, currentIndex)) {
410 currentIndex += BOTTOM_MARKER.length();