Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowViewController.java92 private NotificationStackScrollLayout mStackScrollLayout; field in NotificationShadeWindowViewController
161 mStackScrollLayout = mView.findViewById(R.id.notification_stack_scroller); in setupExpandedStatusBar()
247 mStackScrollLayout.closeControlsIfOutsideTouch(ev); in setupExpandedStatusBar()
311 mStackScrollLayout.onInterceptTouchEvent(cancellation); in setupExpandedStatusBar()
390 ExpandHelper.Callback expandHelperCallback = mStackScrollLayout.getExpandHelperCallback(); in setupExpandedStatusBar()
391 DragDownHelper.DragDownCallback dragDownCallback = mStackScrollLayout.getDragDownCallback(); in setupExpandedStatusBar()
449 if (mStackScrollLayout != null) { in cancelExpandHelper()
450 mStackScrollLayout.cancelExpandHelper(); in cancelExpandHelper()