Home
last modified time | relevance | path

Searched refs:getCutout (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java154 doReturn(null).when(mScreenDecorations).getCutout(); in testNoRounding_NoCutout()
175 doReturn(null).when(mScreenDecorations).getCutout(); in testRounding_NoCutout()
208 doReturn(null).when(mScreenDecorations).getCutout(); in testRoundingRadius_NoCutout()
233 doReturn(null).when(mScreenDecorations).getCutout(); in testRoundingTopBottomRadius_OnTopBottomOverlay()
272 Insets.NONE)).when(mScreenDecorations).getCutout(); in testRoundingTopBottomRadius_OnLeftRightOverlay()
304 doReturn(null).when(mScreenDecorations).getCutout(); in testRoundingMultipleRadius_NoCutout()
348 Insets.NONE)).when(mScreenDecorations).getCutout(); in testNoRounding_CutoutShortEdge()
384 Insets.NONE)).when(mScreenDecorations).getCutout(); in testNoRounding_CutoutLongEdge()
416 Insets.NONE)).when(mScreenDecorations).getCutout(); in testRounding_CutoutShortEdge()
449 Insets.NONE)).when(mScreenDecorations).getCutout(); in testRounding_CutoutLongEdge()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java268 final DisplayCutout cutout = getCutout(); in setupDecorations()
326 DisplayCutout getCutout() { in getCutout() method in ScreenDecorations
327 return mContext.getDisplay().getCutout(); in getCutout()
674 DisplayCutout cutout = getCutout(); in shouldShowRoundedCorner()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java88 final DisplayCutout displayCutout = display.getCutout(); in onConfigurationChanged()
/frameworks/base/core/java/android/view/
DDisplay.java852 public DisplayCutout getCutout() { in getCutout() method in Display
/frameworks/base/config/
Dboot-image-profile.txt21125 HSPLandroid/view/Display;->getCutout()Landroid/view/DisplayCutout;
/frameworks/base/api/
Dcurrent.txt52192 method @Nullable public android.view.DisplayCutout getCutout();