Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsFrameProvider.java204 public Insets getMinimalInsetsSizeInDisplayCutoutSafe() { in getMinimalInsetsSizeInDisplayCutoutSafe() method in InsetsFrameProvider
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1153 if (ifp.getMinimalInsetsSizeInDisplayCutoutSafe() != null) { in getFrameProvider()
1162 if (ifp.getMinimalInsetsSizeInDisplayCutoutSafe() != null) { in getFrameProvider()
1165 calculateInsetsFrame(sTmpRect2, ifp.getMinimalInsetsSizeInDisplayCutoutSafe()); in getFrameProvider()