Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayCutoutTest.java143 assertThat(NO_CUTOUT.getCutoutPath(), nullValue()); in testHasCutout_noCutout()
186 assertThat(cutout.getCutoutPath(), notNullValue()); in testGetCutoutPath()
196 density, Insets.NONE, null).getCutoutPath(); in testGetCutoutPath_caches()
198 density, Insets.NONE, null).getCutoutPath(); in testGetCutoutPath_caches()
208 density, Insets.NONE, null).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
210 density, Insets.NONE, null).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1426 final Path path = displayInfo.displayCutout.getCutoutPath(); in updateBoundingPath()
/frameworks/base/core/java/android/view/
DDisplayCutout.java796 public @Nullable Path getCutoutPath() { in getCutoutPath() method in DisplayCutout
/frameworks/base/core/api/
Dcurrent.txt50798 method @Nullable public android.graphics.Path getCutoutPath();