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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java107 SwipeHelper mSwipeHelper; field in class:TaskStackViewTouchHandler
123 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) {
150 mSwipeHelper.setDisableHardwareLayers(true);
171 mInterceptedBySwipeHelper = isSwipingEnabled() && mSwipeHelper.onInterceptTouchEvent(ev);
182 if (mInterceptedBySwipeHelper && mSwipeHelper.onTouchEvent(ev)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java102 private NotificationSwipeActionHelper mSwipeHelper; field in class:NotificationMenuRow
124 mSwipeHelper = helper;
288 if (mSwipeHelper.isDismissGesture(ev)) {
298 mSwipeHelper.getMinDismissVelocity() <= Math.abs(velocity);
300 mSwipeHelper.swipedFarEnough(mTranslation, mParent.getWidth());
313 + " minDismissVel= " + mSwipeHelper.getMinDismissVelocity()
314 + " isDismissGesture= " + mSwipeHelper.isDismissGesture(ev)
337 if (withinSnapMenuThreshold && !mSwipeHelper.isDismissGesture(ev)) {
340 } else if (mSwipeHelper.isDismissGesture(ev) && !shouldSnapTo) {
346 } else if (!mSwipeHelper
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java126 private NotificationSwipeHelper mSwipeHelper; field in class:NotificationStackScrollLayout
412 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, this, getContext());
413 mSwipeHelper.setLongPressListener(mLongPressListener);
432 return mSwipeHelper;
464 mSwipeHelper.onMenuShown(row);
888 mSwipeHelper.setLongPressListener(listener);
1298 mSwipeHelper.setDensityScale(densityScale);
1300 mSwipeHelper.setPagingTouchSlop(pagingTouchSlop);
1305 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration,
1313 mSwipeHelper
[all...]

Completed in 235 milliseconds