Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java80 private View mCurrView; field in SwipeHelper
265 if (mCurrView instanceof ExpandableNotificationRow) { in onInterceptTouchEvent()
266 NotificationMenuRowPlugin nmr = ((ExpandableNotificationRow) mCurrView).getProvider(); in onInterceptTouchEvent()
267 mMenuRowIntercepting = nmr.onInterceptTouchEvent(mCurrView, ev); in onInterceptTouchEvent()
278 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
280 if (mCurrView != null) { in onInterceptTouchEvent()
281 onDownUpdate(mCurrView, ev); in onInterceptTouchEvent()
282 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()
286 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
291 if (mCurrView != null && !mLongPressSent) { in onInterceptTouchEvent()
[all …]