Home
last modified time | relevance | path

Searched refs:headsUpScrim (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIFactory.java96 View headsUpScrim, LockscreenWallpaper lockscreenWallpaper) { in createScrimController() argument
97 return new ScrimController(scrimBehind, scrimInFront, headsUpScrim); in createScrimController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java101 public ScrimController(ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim) { in ScrimController() argument
104 mHeadsUpScrim = headsUpScrim; in ScrimController()
DPhoneStatusBar.java830 View headsUpScrim = mStatusBarWindow.findViewById(R.id.heads_up_scrim); in makeStatusBarView() local
832 scrimBehind, scrimInFront, headsUpScrim, mLockscreenWallpaper); in makeStatusBarView()