Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java233 protected NotificationStackScrollLayout mNotificationStackScroller; field in NotificationPanelView
506 mNotificationStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()
507 mNotificationStackScroller.setOnHeightChangedListener(this); in onFinishInflate()
508 mNotificationStackScroller.setOverscrollTopChangedListener(this); in onFinishInflate()
509 mNotificationStackScroller.setOnEmptySpaceClickListener(this); in onFinishInflate()
510 addTrackingHeadsUpListener(mNotificationStackScroller::setTrackingHeadsUp); in onFinishInflate()
517 mWakeUpCoordinator.setStackScroller(mNotificationStackScroller); in onFinishInflate()
519 mPulseExpansionHandler.setUp(mNotificationStackScroller, this, mShadeController); in onFinishInflate()
611 lp = (FrameLayout.LayoutParams) mNotificationStackScroller.getLayoutParams(); in updateResources()
615 mNotificationStackScroller.setLayoutParams(lp); in updateResources()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java218 mNotificationStackScroller = mNotificationStackScrollLayout; in TestableNotificationPanelView()