Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java47 private static final String DP_MARKER = "@dp"; field in CutoutSpecificationBenchmark
98 final boolean inDp = spec.endsWith(DP_MARKER); in oldMethodParsingSpec()
100 spec = spec.substring(0, spec.length() - DP_MARKER.length()); in oldMethodParsingSpec()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java80 private static final String DP_MARKER = MARKER_START_CHAR + "dp"; field in CutoutSpecification
510 int dpIndex = originalSpec.lastIndexOf(DP_MARKER);
515 + originalSpec.substring(dpIndex + DP_MARKER.length());
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59121 Landroid/view/DisplayCutout;->DP_MARKER:Ljava/lang/String;