Searched refs:RIGHT_MARKER (Results 1 – 3 of 3) sorted by relevance
48 private static final String RIGHT_MARKER = "@right"; field in CutoutSpecificationBenchmark89 if (spec.endsWith(RIGHT_MARKER)) { in oldMethodParsingSpec()91 spec = spec.substring(0, spec.length() - RIGHT_MARKER.length()).trim(); in oldMethodParsingSpec()
83 private static final String RIGHT_MARKER = MARKER_START_CHAR + "right"; field in CutoutSpecification446 } else if (specWithoutDp.startsWith(RIGHT_MARKER, currentIndex)) {450 currentIndex += RIGHT_MARKER.length();
59783 Landroid/view/DisplayCutout;->RIGHT_MARKER:Ljava/lang/String;