Searched refs:BOTTOM_MARKER (Results 1 – 3 of 3) sorted by relevance
46 private static final String BOTTOM_MARKER = "@bottom"; field in CutoutSpecificationBenchmark103 if (spec.contains(BOTTOM_MARKER)) { in oldMethodParsingSpec()104 String[] splits = spec.split(BOTTOM_MARKER, 2); in oldMethodParsingSpec()
82 private static final String BOTTOM_MARKER = MARKER_START_CHAR + "bottom"; field in CutoutSpecification450 } else if (specWithoutDp.startsWith(BOTTOM_MARKER, currentIndex)) {452 currentIndex += BOTTOM_MARKER.length();
59118 Landroid/view/DisplayCutout;->BOTTOM_MARKER:Ljava/lang/String;