Searched refs:mStackScrollLayout (Results 1 – 1 of 1) sorted by relevance
92 private NotificationStackScrollLayout mStackScrollLayout; field in NotificationShadeWindowViewController161 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()