Searched defs:mNotificationPeekWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java153 NotificationPeekPanel mNotificationPeekWindow; field in class:TabletStatusBar
264 mNotificationPeekWindow = (NotificationPeekPanel) View.inflate(context,
266 mNotificationPeekWindow.setBar(this);
268 mNotificationPeekRow = (ViewGroup) mNotificationPeekWindow.findViewById(R.id.content);
269 mNotificationPeekWindow.setVisibility(View.GONE);
270 mNotificationPeekWindow.setOnTouchListener(
271 new TouchOutsideListener(MSG_CLOSE_NOTIFICATION_PEEK, mNotificationPeekWindow));
300 WindowManagerImpl.getDefault().addView(mNotificationPeekWindow, lp);
691 mNotificationPeekWindow.setVisibility(View.VISIBLE);
701 mNotificationPeekWindow
[all...]

Completed in 34 milliseconds