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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java106 SwipeHelper mSwipeHelper; field in class:TaskStackViewTouchHandler
122 mSwipeHelper = new SwipeHelper(SwipeHelper.X, this, context) {
149 mSwipeHelper.setDisableHardwareLayers(true);
170 mInterceptedBySwipeHelper = isSwipingEnabled() && mSwipeHelper.onInterceptTouchEvent(ev);
181 if (mInterceptedBySwipeHelper && mSwipeHelper.onTouchEvent(ev)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java106 private NotificationSwipeActionHelper mSwipeHelper; field in class:NotificationMenuRow
138 mSwipeHelper = helper;
305 if (mSwipeHelper.isDismissGesture(ev)) {
315 mSwipeHelper.getMinDismissVelocity() <= Math.abs(velocity);
317 mSwipeHelper.swipedFarEnough(mTranslation, mParent.getWidth());
330 + " minDismissVel= " + mSwipeHelper.getMinDismissVelocity()
331 + " isDismissGesture= " + mSwipeHelper.isDismissGesture(ev)
354 if (withinSnapMenuThreshold && !mSwipeHelper.isDismissGesture(ev)) {
357 } else if (mSwipeHelper.isDismissGesture(ev) && !shouldSnapTo) {
363 } else if (!mSwipeHelper
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java139 private NotificationSwipeHelper mSwipeHelper; field in class:NotificationStackScrollLayout
445 mSwipeHelper = new NotificationSwipeHelper(SwipeHelper.X, this, getContext());
479 return mSwipeHelper;
511 mSwipeHelper.onMenuShown(row);
1479 mSwipeHelper.setDensityScale(densityScale);
1481 mSwipeHelper.setPagingTouchSlop(pagingTouchSlop);
1486 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration,
1495 mSwipeHelper.snapChildIfNeeded(child, animate, targetLeft);
1531 horizontalSwipeWantsIt = mSwipeHelper.onTouchEvent(ev);
2701 swipeWantsIt = mSwipeHelper
[all...]

Completed in 656 milliseconds