Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSwipeHelper.java69 private View mCurrView; field in SwipeHelper
96 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java73 private View mCurrView; field in SwipeHelper
232 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 …]