/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | Utilities.java | 30 && event.getClassification() == CLASSIFICATION_TWO_FINGER_SWIPE; in isTrackpadScroll() 36 && event.getClassification() == CLASSIFICATION_MULTI_FINGER_SWIPE in isTrackpadThreeFingerSwipe()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingDataProvider.java | 269 int classification = mRecentMotionEvents.get(0).getClassification(); in isFromTrackpad() 358 motionEvent.getClassification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 348 ev.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in onInterceptTouchEvent() 360 } else if (ev.getClassification() == MotionEvent.CLASSIFICATION_DEEP_PRESS in onInterceptTouchEvent() 857 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
|
H A D | ExpandHelper.java | 285 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
|
/aosp14/frameworks/base/native/android/ |
H A D | input.cpp | 291 switch (static_cast<const MotionEvent*>(motion_event)->getClassification()) { in AMotionEvent_getClassification()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventSender.cpp | 154 event->getClassification(), in sendMotionEvent()
|
H A D | android_view_MotionEvent.cpp | 713 return static_cast<jint>(event->getClassification()); in android_view_MotionEvent_nativeGetClassification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SystemGesturesPointerEventListener.java | 351 return event.getClassification() == CLASSIFICATION_MULTI_FINGER_SWIPE in isTrackpadThreeFingerSwipe()
|
H A D | RecentTasks.java | 216 || ev.getClassification() == CLASSIFICATION_MULTI_FINGER_SWIPE) {
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | GestureDetector.java | 662 final int motionClassification = ev.getClassification(); in onTouchEvent()
|
H A D | MotionEvent.java | 2899 public @Classification int getClassification() { in getClassification() method in MotionEvent 3907 classificationToString(getClassification())); in toString()
|
H A D | View.java | 17200 final int motionClassification = event.getClassification(); in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 647 if (event.getClassification() != MotionEvent.CLASSIFICATION_DEEP_PRESS in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 1812 float touchSlop = event.getClassification() in onIntercept()
|
H A D | NotificationPanelViewController.java | 3624 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3470 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16862 HSPLandroid/view/MotionEvent;->getClassification()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16926 HSPLandroid/view/MotionEvent;->getClassification()I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 51303 method public int getClassification();
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 62679 Landroid/view/textclassifier/TextClassifierImplNative$AnnotatedSpan;->getClassification()[Landroid/…
|