HomeSort by relevance Sort by last modified time
    Searched refs:headsUpScrim (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java 96 View headsUpScrim, LockscreenWallpaper lockscreenWallpaper) {
97 return new ScrimController(scrimBehind, scrimInFront, headsUpScrim);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 101 public ScrimController(ScrimView scrimBehind, ScrimView scrimInFront, View headsUpScrim) {
104 mHeadsUpScrim = headsUpScrim;
PhoneStatusBar.java     [all...]

Completed in 71 milliseconds