Home
last modified time | relevance | path

Searched refs:panelView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java101 NotificationPanelView panelView, in HeadsUpAppearanceController() argument
113 mPanelView = panelView; in HeadsUpAppearanceController()
114 panelView.addTrackingHeadsUpListener(mSetTrackingHeadsUp); in HeadsUpAppearanceController()
115 panelView.addVerticalTranslationListener(mUpdatePanelTranslation); in HeadsUpAppearanceController()
116 panelView.setHeadsUpAppearanceController(this); in HeadsUpAppearanceController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java60 KeyguardStatusBarView statusBarView, NotificationPanelView panelView) { in KeyguardUserSwitcher() argument
70 panelView.setKeyguardUserSwitcher(this); in KeyguardUserSwitcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java170 public void setPanelView(HeightListener panelView) { in setPanelView() argument
171 mPanelView = panelView; in setPanelView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java769 PowerManager pm, NotificationPanelView panelView, in TestableStatusBar() argument
799 mNotificationPanel = panelView; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2058 ViewGroup container, NotificationPanelView panelView, in registerStatusBar() argument
2060 mStatusBarKeyguardViewManager.registerStatusBar(statusBar, container, panelView, in registerStatusBar()