Searched defs:scrimBehind (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.java137 public ScrimController(LightBarController lightBarController, ScrimView scrimBehind, argument
140 mScrimBehind = scrimBehind;
144 final Context context = scrimBehind.getContext();

Completed in 2587 milliseconds