Searched defs:mCurrView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java80 private View mCurrView; field in class:SwipeHelper
271 mCurrView = mCallback.getChildAtPosition(ev);
273 if (mCurrView != null) {
274 onDownUpdate(mCurrView, ev);
275 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
279 mTranslation = getTranslation(mCurrView);
285 if (mCurrView != null && !mLongPressSent) {
287 mCurrView.sendAccessibilityEvent(
289 mCurrView.getLocationOnScreen(mTmpPos);
293 if (mCurrView instanceo
[all...]

Completed in 48 milliseconds