Searched refs:scrimBehind (Results 1 - 3 of 3) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java86 ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim,
88 return new ScrimController(lightBarController, scrimBehind, scrimInFront, headsUpScrim);
85 createScrimController(LightBarController lightBarController, ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim, LockscreenWallpaper lockscreenWallpaper) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java103 public ScrimController(LightBarController lightBarController, ScrimView scrimBehind, argument
105 mScrimBehind = scrimBehind;
108 final Context context = scrimBehind.getContext();
H A DStatusBar.java1101 ScrimView scrimBehind = (ScrimView) mStatusBarWindow.findViewById(R.id.scrim_behind);
1105 scrimBehind, scrimInFront, headsUpScrim, mLockscreenWallpaper);

Completed in 114 milliseconds