Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java72 private ExpandHelper mExpandHelper; field in NotificationStackScrollLayout
235 mExpandHelper = new ExpandHelper(getContext(), this, in NotificationStackScrollLayout()
237 mExpandHelper.setEventSource(this); in NotificationStackScrollLayout()
238 mExpandHelper.setScrollAdapter(this); in NotificationStackScrollLayout()
687 mExpandHelper.setEnabled(enable); in setExpandingEnabled()
745 mExpandHelper.onlyObserveMovements(false); in onTouchEvent()
748 expandWantsIt = mExpandHelper.onTouchEvent(ev); in onTouchEvent()
1144 mExpandHelper.onlyObserveMovements(amount > 1.0f); in notifyOverscrollTopListener()
1500 expandWantsIt = mExpandHelper.onInterceptTouchEvent(ev); in onInterceptTouchEvent()
2192 mExpandHelper.cancel(); in cancelExpandHelper()