Searched refs:NULL_PAIR (Results 1 – 2 of 2) sorted by relevance
93 private static final Pair<Path, DisplayCutout> NULL_PAIR = new Pair<>(null, null); field in DisplayCutout105 private static Pair<Path, DisplayCutout> sCachedCutout = NULL_PAIR;632 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()671 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()693 return NULL_PAIR; in pathAndDisplayCutoutFromSpec()
74208 Landroid/view/DisplayCutout;->NULL_PAIR:Landroid/util/Pair;