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/shade/
DNotificationShadeWindowViewController.java130 private NotificationStackScrollLayout mStackScrollLayout; field in NotificationShadeWindowViewController
300 mStackScrollLayout = mView.findViewById(R.id.notification_stack_scroller); in setupExpandedStatusBar()
547 mStackScrollLayout.onInterceptTouchEvent(cancellation); in setupExpandedStatusBar()
725 if (mStackScrollLayout != null) { in cancelExpandHelper()
726 mStackScrollLayout.cancelExpandHelper(); in cancelExpandHelper()