Searched defs:mExpandHelper (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java57 private ExpandHelper mExpandHelper; field in class:HeadsUpNotificationView
208 mExpandHelper = new ExpandHelper(getContext(), this, minHeight, maxHeight);
229 || mExpandHelper.onInterceptTouchEvent(ev)
257 || mExpandHelper.onTouchEvent(ev)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java69 private ExpandHelper mExpandHelper; field in class:NotificationStackScrollLayout
220 mExpandHelper = new ExpandHelper(getContext(), this,
222 mExpandHelper.setEventSource(this);
223 mExpandHelper.setScrollAdapter(this);
636 mExpandHelper.setEnabled(enable);
693 mExpandHelper.onlyObserveMovements(false);
696 expandWantsIt = mExpandHelper.onTouchEvent(ev);
1092 mExpandHelper.onlyObserveMovements(amount > 1.0f);
1435 expandWantsIt = mExpandHelper.onInterceptTouchEvent(ev);
2086 mExpandHelper
[all...]

Completed in 130 milliseconds