Searched refs:setDimBehind (Results 1 – 3 of 3) sorted by relevance
376 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()
231 mSystemUIOverlayWindowController.setDimBehind(dimAmount); in updateWindowDimBehind()281 mSystemUIOverlayWindowController.setDimBehind(dimAmount); in refreshWindowDefaultDimBehind()
180 public void setDimBehind(float dimAmount) { in setDimBehind() method in SystemUIOverlayWindowController