Searched refs:getCutoutPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 143 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/ |
D | ScreenDecorations.java | 1426 final Path path = displayInfo.displayCutout.getCutoutPath(); in updateBoundingPath()
|
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 796 public @Nullable Path getCutoutPath() { in getCutoutPath() method in DisplayCutout
|
/frameworks/base/core/api/ |
D | current.txt | 50798 method @Nullable public android.graphics.Path getCutoutPath();
|