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.java295 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in setService() local
296 ExpandHelper.Callback expandHelperCallback = stackScrollLayout.getExpandHelperCallback(); in setService()
297 DragDownHelper.DragDownCallback dragDownCallback = stackScrollLayout.getDragDownCallback(); in setService()
419 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in onInterceptTouchEvent() local
437 stackScrollLayout.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
477 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in cancelExpandHelper() local
478 if (stackScrollLayout != null) { in cancelExpandHelper()
479 stackScrollLayout.cancelExpandHelper(); in cancelExpandHelper()