Searched defs:headsUpScrim (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java88 ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim,
91 return new ScrimController(lightBarController, scrimBehind, scrimInFront, headsUpScrim,
87 createScrimController(LightBarController lightBarController, ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim, LockscreenWallpaper lockscreenWallpaper, Consumer<Boolean> scrimVisibleListener) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java138 ScrimView scrimInFront, View headsUpScrim,
142 mHeadsUpScrim = headsUpScrim;
137 ScrimController(LightBarController lightBarController, ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim, Consumer<Boolean> scrimVisibleListener) argument

Completed in 59 milliseconds