Searched refs:stackScrollLayout (Results 1 – 1 of 1) sorted by relevance
287 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in setService() local288 ExpandHelper.Callback expandHelperCallback = stackScrollLayout.getExpandHelperCallback(); in setService()289 DragDownHelper.DragDownCallback dragDownCallback = stackScrollLayout.getDragDownCallback(); in setService()411 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in onInterceptTouchEvent() local418 && stackScrollLayout.getVisibility() == View.VISIBLE in onInterceptTouchEvent()430 stackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()471 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in cancelExpandHelper() local472 if (stackScrollLayout != null) { in cancelExpandHelper()473 stackScrollLayout.cancelExpandHelper(); in cancelExpandHelper()