Home
last modified time | relevance | path

Searched refs:appendDownEvent (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DDistanceClassifierTest.java62 mClassifier.onTouchEvent(appendDownEvent(1, 1)); in testPass_fling()
74 mClassifier.onTouchEvent(appendDownEvent(1, 1)); in testFail_flingShort()
88 mClassifier.onTouchEvent(appendDownEvent(1, 1, 1)); in testFail_flingSlowly()
105 mClassifier.onTouchEvent(appendDownEvent(1, 1)); in testPass_BrightnessSliderAlwaysPasses()
112 mClassifier.onTouchEvent(appendDownEvent(1, 1)); in testPass_QsSwipeSideAlwaysPasses()
H A DFalsingDataProviderTest.java79 mDataProvider.onMotionEvent(appendDownEvent(2, 9)); in test_trackMotionEvents_dropUpEvent()
102 mDataProvider.onMotionEvent(appendDownEvent(2, 9)); in test_trackMotionEvents_keepUpEvent()
124 mDataProvider.onMotionEvent(appendDownEvent(2, 9, 1)); in test_trackRecentMotionEvents()
183 MotionEvent motionEventOrigin = appendDownEvent(0, 0); in test_getAngle()
204 MotionEvent motionEventOrigin = appendDownEvent(0, 0); in test_isHorizontal()
224 MotionEvent motionEventOrigin = appendDownEvent(0, 0); in test_isVertical()
244 MotionEvent motionEventOrigin = appendDownEvent(0, 0); in test_isRight()
266 MotionEvent motionEventOrigin = appendDownEvent(0, 0); in test_isUp()
321 mDataProvider.onMotionEvent(appendDownEvent(0, 0)); in test_GestureFinalizedListener()
340 mDataProvider.onMotionEvent(appendDownEvent(0, 0)); in test_GestureFinalizedListener_SkipCompletion()
[all …]
H A DClassifierTest.java90 protected MotionEvent appendDownEvent(float x, float y) { in appendDownEvent() method in ClassifierTest
94 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent() method in ClassifierTest
H A DPointerCountClassifierTest.java61 mClassifier.onTouchEvent(appendDownEvent(1, 1)); in testPass_singlePointer()