Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java116 private static Path sCachedCutoutPath; field in DisplayCutout
749 return sCachedCutoutPath; in getCutoutPath()
776 sCachedCutoutPath = cutoutPath; in getCutoutPath()
1438 DisplayCutout.sCachedCutoutPath = mCutoutPath; in build()