Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java81 private static final Pair<Path, DisplayCutout> NULL_PAIR = new Pair<>(null, null); field in DisplayCutout
93 private static Pair<Path, DisplayCutout> sCachedCutout = NULL_PAIR;
390 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()
424 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()
440 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()