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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java42 private ExpandHelper mExpandHelper; field in class:StatusBarWindowView
63 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
64 mExpandHelper.setEventSource(this);
65 mExpandHelper.setScrollView(mScrollView);
85 intercept = mExpandHelper.onInterceptTouchEvent(ev);
103 handled = mExpandHelper.onTouchEvent(ev);
124 if (mExpandHelper != null) {
125 mExpandHelper.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java45 private ExpandHelper mExpandHelper; field in class:NotificationPanel
117 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
118 mExpandHelper.setEventSource(this);
119 mExpandHelper.setGravity(Gravity.BOTTOM);
431 boolean intercept = mExpandHelper.onInterceptTouchEvent(ev) ||
441 boolean handled = mExpandHelper.onTouchEvent(ev) ||

Completed in 47 milliseconds