Searched refs:statusBarWindow (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java41 public BrightnessMirrorController(StatusBarWindowView statusBarWindow) { argument
42 mScrimBehind = (ScrimView) statusBarWindow.findViewById(R.id.scrim_behind);
43 mBrightnessMirror = statusBarWindow.findViewById(R.id.brightness_mirror);
44 mPanelHolder = statusBarWindow.findViewById(R.id.panel_holder);

Completed in 51 milliseconds