Searched refs:headsUpScrim (Results 1 – 3 of 3) sorted by relevance
96 View headsUpScrim, LockscreenWallpaper lockscreenWallpaper) { in createScrimController() argument97 return new ScrimController(scrimBehind, scrimInFront, headsUpScrim); in createScrimController()
101 public ScrimController(ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim) { in ScrimController() argument104 mHeadsUpScrim = headsUpScrim; in ScrimController()
830 View headsUpScrim = mStatusBarWindow.findViewById(R.id.heads_up_scrim); in makeStatusBarView() local832 scrimBehind, scrimInFront, headsUpScrim, mLockscreenWallpaper); in makeStatusBarView()