Home
last modified time | relevance | path

Searched refs:mKeyguardIconOverflowContainer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java237 protected NotificationOverflowContainer mKeyguardIconOverflowContainer; field in BaseStatusBar
1758 mKeyguardIconOverflowContainer.getIconsView().removeAllViews();
1783 mKeyguardIconOverflowContainer.getIconsView().addNotification(entry);
1799 && mKeyguardIconOverflowContainer.getIconsView().getChildCount() > 0);
1803 mStackScroller.changeViewPosition(mKeyguardIconOverflowContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java733 mKeyguardIconOverflowContainer = in makeStatusBarView()
736 mKeyguardIconOverflowContainer.setOnActivatedListener(this); in makeStatusBarView()
737 mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener); in makeStatusBarView()
738 mStackScroller.setOverflowContainer(mKeyguardIconOverflowContainer); in makeStatusBarView()