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.java121 NotificationPanelView panelView, in HeadsUpAppearanceController() argument
133 mPanelView = panelView; in HeadsUpAppearanceController()
134 panelView.addTrackingHeadsUpListener(mSetTrackingHeadsUp); in HeadsUpAppearanceController()
135 panelView.addVerticalTranslationListener(mUpdatePanelTranslation); in HeadsUpAppearanceController()
136 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.java186 public void setPanelView(HeightListener panelView) { in setPanelView() argument
187 mPanelView = panelView; in setPanelView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java768 PowerManager pm, NotificationPanelView panelView, in TestableStatusBar() argument
797 mNotificationPanel = panelView; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2072 ViewGroup container, NotificationPanelView panelView, in registerStatusBar() argument
2076 mStatusBarKeyguardViewManager.registerStatusBar(statusBar, container, panelView, in registerStatusBar()