Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayCutoutTest.java137 assertThat(NO_CUTOUT.getCutoutPath(), nullValue()); in testHasCutout_noCutout()
180 assertThat(cutout.getCutoutPath(), notNullValue()); in testGetCutoutPath()
190 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_caches()
192 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_caches()
202 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
204 density, Insets.NONE).getCutoutPath(); in testGetCutoutPath_wontCacheIfCutoutPathParerInfoChanged()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java676 public @Nullable Path getCutoutPath() { in getCutoutPath() method in DisplayCutout
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47077 method @Nullable public android.graphics.Path getCutoutPath();