Searched refs:mNotificationShadeView (Results 1 – 1 of 1) sorted by relevance
89 private ViewGroup mNotificationShadeView; field in NotificationShadeWindowController205 mWindowManager.addView(mNotificationShadeView, mLp); in attach()216 mNotificationShadeView = view; in setNotificationShadeView()220 return mNotificationShadeView; in getNotificationShadeView()228 int vis = mNotificationShadeView.getSystemUiVisibility(); in setKeyguardDark()236 mNotificationShadeView.setSystemUiVisibility(vis); in setKeyguardDark()321 mNotificationShadeView.setVisibility(View.VISIBLE); in applyVisibility()323 mNotificationShadeView.setVisibility(View.INVISIBLE); in applyVisibility()338 if (mNotificationShadeView != null in applyFitsSystemWindows()339 && mNotificationShadeView.getFitsSystemWindows() != fitsSystemWindows) { in applyFitsSystemWindows()[all …]