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.java83 NotificationPanelView panelView, in HeadsUpAppearanceController() argument
92 mPanelView = panelView; in HeadsUpAppearanceController()
93 panelView.addTrackingHeadsUpListener(mSetTrackingHeadsUp); in HeadsUpAppearanceController()
94 panelView.addVerticalTranslationListener(mUpdatePanelTranslation); in HeadsUpAppearanceController()
95 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.java158 public void setPanelView(HeightListener panelView) { in setPanelView() argument
159 mPanelView = panelView; in setPanelView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java707 PowerManager pm, NotificationPanelView panelView, in TestableStatusBar() argument
730 mNotificationPanel = panelView; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2051 ViewGroup container, NotificationPanelView panelView, in registerStatusBar() argument
2053 mStatusBarKeyguardViewManager.registerStatusBar(statusBar, container, panelView, in registerStatusBar()