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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java990 mNotificationIconAreaController.setupShelf(mNotificationShelf);
1252 mNotificationShelf =
1255 mNotificationShelf.setOnActivatedListener(this);
1256 mStackScroller.setShelf(mNotificationShelf);
1257 mNotificationShelf.setOnClickListener(mGoToLockedShadeListener);
1258 mNotificationShelf.setStatusBarState(mState);
4563 mNotificationShelf.setStatusBarState(state);
5268 protected NotificationShelf mNotificationShelf; field in class:StatusBar
6758 mStackScroller.changeViewPosition(mNotificationShelf, mStackScroller.getChildCount() - 3);

Completed in 42 milliseconds