Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java376 verify(mSystemUIOverlayWindowController).setDimBehind(newDim); in showView_newHighestZOrder_setDimAmount()
515 verify(mSystemUIOverlayWindowController, never()).setDimBehind(oldDim); in showView_oldHighestZOrder_setDimAmount()
517 verify(mSystemUIOverlayWindowController, times(2)).setDimBehind(newDim); in showView_oldHighestZOrder_setDimAmount()
1061 verify(mSystemUIOverlayWindowController).setDimBehind(newDim); in updateWindowDimBehind_highestZOrder_updatesDimAmount()
1074 verify(mSystemUIOverlayWindowController, never()).setDimBehind(newDim); in updateWindowDimBehind_notHighestZOrder_noDimAmountUpdate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java231 mSystemUIOverlayWindowController.setDimBehind(dimAmount); in updateWindowDimBehind()
281 mSystemUIOverlayWindowController.setDimBehind(dimAmount); in refreshWindowDefaultDimBehind()
DSystemUIOverlayWindowController.java180 public void setDimBehind(float dimAmount) { in setDimBehind() method in SystemUIOverlayWindowController