Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java74 private View mCurrView; field in SwipeHelper
262 mCurrView = mCallback.getChildAtPosition(ev); in onInterceptTouchEvent()
264 if (mCurrView != null) { in onInterceptTouchEvent()
265 onDownUpdate(mCurrView); in onInterceptTouchEvent()
266 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView); in onInterceptTouchEvent()
270 mTranslation = getTranslation(mCurrView); in onInterceptTouchEvent()
276 if (mCurrView != null && !mLongPressSent) { in onInterceptTouchEvent()
278 mCurrView.sendAccessibilityEvent( in onInterceptTouchEvent()
280 mCurrView.getLocationOnScreen(mTmpPos); in onInterceptTouchEvent()
283 mLongPressListener.onLongPress(mCurrView, x, y); in onInterceptTouchEvent()
[all …]