Searched refs:DP_MARKER (Results 1 – 3 of 3) sorted by relevance
47 private static final String DP_MARKER = "@dp"; field in CutoutSpecificationBenchmark98 final boolean inDp = spec.endsWith(DP_MARKER); in oldMethodParsingSpec()100 spec = spec.substring(0, spec.length() - DP_MARKER.length()); in oldMethodParsingSpec()
80 private static final String DP_MARKER = MARKER_START_CHAR + "dp"; field in CutoutSpecification510 int dpIndex = originalSpec.lastIndexOf(DP_MARKER);515 + originalSpec.substring(dpIndex + DP_MARKER.length());
59121 Landroid/view/DisplayCutout;->DP_MARKER:Ljava/lang/String;