Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java56 private static final String DP_MARKER = "@dp"; field in DisplayCutout
407 final boolean inDp = spec.endsWith(DP_MARKER); in pathAndDisplayCutoutFromSpec()
409 spec = spec.substring(0, spec.length() - DP_MARKER.length()); in pathAndDisplayCutoutFromSpec()