Searched refs:mCurrView (Results 1 – 1 of 1) sorted by relevance
82 private View mCurrView; field in SwipeHelper267 if (mCurrView instanceof ExpandableNotificationRow) { in onInterceptTouchEvent()268 NotificationMenuRowPlugin nmr = ((ExpandableNotificationRow) mCurrView).getProvider(); in onInterceptTouchEvent()270 mMenuRowIntercepting = nmr.onInterceptTouchEvent(mCurrView, ev); in onInterceptTouchEvent()282 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()284 if (mCurrView != null) { in onInterceptTouchEvent()285 onDownUpdate(mCurrView, ev); in onInterceptTouchEvent()286 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()290 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()295 if (mCurrView != null && !mLongPressSent) { in onInterceptTouchEvent()[all …]