Searched refs:BOTTOM_MARKER (Results 1 – 2 of 2) sorted by relevance
46 private static final String BOTTOM_MARKER = "@bottom"; field in CutoutSpecificationBenchmark118 if (spec.contains(BOTTOM_MARKER)) { in oldMethodParsingSpec()119 String[] splits = spec.split(BOTTOM_MARKER, 2); in oldMethodParsingSpec()
82 private static final String BOTTOM_MARKER = MARKER_START_CHAR + "bottom"; field in CutoutSpecification408 } else if (specWithoutDp.startsWith(BOTTOM_MARKER, currentIndex)) {410 currentIndex += BOTTOM_MARKER.length();