Searched refs:mCurrView (Results 1 – 1 of 1) sorted by relevance
80 private View mCurrView; field in SwipeHelper265 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 …]