Searched refs:mCurrView (Results 1 – 2 of 2) sorted by relevance
69 private View mCurrView; field in SwipeHelper96 if (mCurrView != null) { in cancelOngoingDrag()97 mCallback.onDragCancelled(mCurrView); in cancelOngoingDrag()98 setTranslation(mCurrView, 0); in cancelOngoingDrag()99 mCallback.onSnapBackCompleted(mCurrView); in cancelOngoingDrag()100 mCurrView = null; in cancelOngoingDrag()184 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()186 if (mCurrView != null) { in onInterceptTouchEvent()187 mRtl = isLayoutRtl(mCurrView); in onInterceptTouchEvent()188 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()[all …]
73 private View mCurrView; field in SwipeHelper232 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()234 if (mCurrView != null) { in onInterceptTouchEvent()235 mCurrAnimView = mCallback.getChildContentView(mCurrView); in onInterceptTouchEvent()236 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()245 if (mCurrView != null && !mLongPressSent) { in onInterceptTouchEvent()247 mCurrView.sendAccessibilityEvent( in onInterceptTouchEvent()249 mCurrView.getLocationOnScreen(mTmpPos); in onInterceptTouchEvent()252 mLongPressListener.onLongPress(mCurrView, x, y); in onInterceptTouchEvent()264 if (mCurrView != null && !mLongPressSent) { in onInterceptTouchEvent()[all …]