Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java48 private static final String RIGHT_MARKER = "@right"; field in CutoutSpecificationBenchmark
89 if (spec.endsWith(RIGHT_MARKER)) { in oldMethodParsingSpec()
91 spec = spec.substring(0, spec.length() - RIGHT_MARKER.length()).trim(); in oldMethodParsingSpec()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java83 private static final String RIGHT_MARKER = MARKER_START_CHAR + "right"; field in CutoutSpecification
446 } else if (specWithoutDp.startsWith(RIGHT_MARKER, currentIndex)) {
450 currentIndex += RIGHT_MARKER.length();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59783 Landroid/view/DisplayCutout;->RIGHT_MARKER:Ljava/lang/String;