Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java287 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in setService() local
288 ExpandHelper.Callback expandHelperCallback = stackScrollLayout.getExpandHelperCallback(); in setService()
289 DragDownHelper.DragDownCallback dragDownCallback = stackScrollLayout.getDragDownCallback(); in setService()
411 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in onInterceptTouchEvent() local
418 && stackScrollLayout.getVisibility() == View.VISIBLE in onInterceptTouchEvent()
430 stackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
471 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in cancelExpandHelper() local
472 if (stackScrollLayout != null) { in cancelExpandHelper()
473 stackScrollLayout.cancelExpandHelper(); in cancelExpandHelper()