Searched refs:mCurrView (Results 1 – 1 of 1) sorted by relevance
76 private SwipeableItemView mCurrView; field in SwipeHelper210 mCurrView = (SwipeableItemView) view; in onInterceptTouchEvent()213 if (mCurrView != null) { in onInterceptTouchEvent()214 mCurrAnimView = mCurrView.getSwipeableView().getView(); in onInterceptTouchEvent()215 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()223 if (mCurrView != null) { in onInterceptTouchEvent()230 if (deltaY > mCurrView.getMinAllowScrollDistance() in onInterceptTouchEvent()241 mCallback.onBeginDrag(mCurrView.getSwipeableView().getView()); in onInterceptTouchEvent()253 mCurrView = null; in onInterceptTouchEvent()340 mCallback.onDragCancelled(mCurrView); in snapChild()[all …]