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.java171 protected NotificationStackScrollLayout mNotificationStackScroller; field in NotificationPanelView
405 mNotificationStackScroller = findViewById(R.id.notification_stack_scroller); in onFinishInflate()
406 mNotificationStackScroller.setOnHeightChangedListener(this); in onFinishInflate()
407 mNotificationStackScroller.setOverscrollTopChangedListener(this); in onFinishInflate()
408 mNotificationStackScroller.setOnEmptySpaceClickListener(this); in onFinishInflate()
409 addTrackingHeadsUpListener(mNotificationStackScroller::setTrackingHeadsUp); in onFinishInflate()
416 mWakeUpCoordinator.setStackScroller(mNotificationStackScroller); in onFinishInflate()
418 mPulseExpansionHandler.setUp(mNotificationStackScroller, this, mShadeController); in onFinishInflate()
486 lp = (FrameLayout.LayoutParams) mNotificationStackScroller.getLayoutParams(); in updateResources()
490 mNotificationStackScroller.setLayoutParams(lp); in updateResources()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java186 mNotificationStackScroller = mNotificationStackScrollLayout; in TestableNotificationPanelView()