Home
last modified time | relevance | path

Searched refs:getClassification (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/inputflinger/
DInputClassifier.cpp254 MotionClassification MotionClassifier::getClassification(int32_t deviceId) { in getClassification() function in android::MotionClassifier
278 return getClassification(args.deviceId); in classify()
DInputClassifier.h188 MotionClassification getClassification(int32_t deviceId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java93 event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java322 ev.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in onInterceptTouchEvent()
334 } else if (ev.getClassification() == MotionEvent.CLASSIFICATION_DEEP_PRESS in onInterceptTouchEvent()
DExpandHelper.java265 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp147 event->getClassification(), event->getXScale(), in sendMotionEvent()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp328 ASSERT_EQ(MotionClassification::NONE, event->getClassification()); in assertEqualsEventWithHistory()
658 ASSERT_EQ(classification, event.getClassification()); in TEST_F()
DInputPublisherAndConsumer_test.cpp220 EXPECT_EQ(classification, motionEvent->getClassification()); in PublishAndConsumeMotionEvent()
/frameworks/native/include/input/
DInput.h514 inline MotionClassification getClassification() const { return mClassification; } in getClassification() function
/frameworks/base/core/java/android/view/
DGestureDetector.java666 final int motionClassification = ev.getClassification(); in onTouchEvent()
DMotionEvent.java2628 public @Classification int getClassification() { in getClassification() method in MotionEvent
3570 classificationToString(getClassification())); in toString()
DView.java15808 final int motionClassification = event.getClassification();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java275 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE in getTouchSlop()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3363 motionEvent->getClassification(), motionEvent->getEdgeFlags(), in injectInputEvent()
3380 motionEvent->getClassification(), in injectInputEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3826 return event.getClassification() == MotionEvent.CLASSIFICATION_AMBIGUOUS_GESTURE
/frameworks/base/config/
Dboot-image-profile.txt21860 HSPLandroid/view/MotionEvent;->getClassification()I
/frameworks/base/api/
Dcurrent.txt53183 method public int getClassification();