Home
last modified time | relevance | path

Searched defs:dimAmount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java227 public boolean updateWindowDimBehind(OverlayViewController viewController, float dimAmount) { in updateWindowDimBehind()
280 float dimAmount = mHighestZOrder == null ? 0f : mHighestZOrder.getDefaultDimAmount(); in refreshWindowDefaultDimBehind() local
DSystemUIOverlayWindowController.java180 public void setDimBehind(float dimAmount) { in setDimBehind()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailViewDeprecated.java594 private ColorFilter getColorFilter(float dimAmount) { in getColorFilter()