Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DStackView.java131 private int mSwipeGestureType = GESTURE_NONE; field in StackView
396 if (mSwipeGestureType != GESTURE_NONE) return; in showNext()
414 if (mSwipeGestureType != GESTURE_NONE) return; in showPrevious()
653 mSwipeGestureType = GESTURE_NONE; in onInterceptTouchEvent()
657 return mSwipeGestureType != GESTURE_NONE; in onInterceptTouchEvent()
703 mSwipeGestureType = swipeGestureType; in beginGestureIfNeeded()
762 mSwipeGestureType = GESTURE_NONE;
833 mSwipeGestureType = GESTURE_NONE;
846 mSwipeGestureType = GESTURE_NONE;
895 mSwipeGestureType = GESTURE_NONE;
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70060 Landroid/widget/StackView;->mSwipeGestureType:I