Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
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()
/frameworks/base/core/java/android/view/
DDisplayCutout.java674 public @Nullable Path getCutoutPath() { in getCutoutPath() method in DisplayCutout
/frameworks/base/core/api/
Dcurrent.txt46992 method @Nullable public android.graphics.Path getCutoutPath();