Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInputFilterInputTest.kt342 val stylusDownTime = SystemClock.uptimeMillis() in testMultiDeviceEventsWithoutA11yFeatures() constant
343 sendStylusEvent(ACTION_DOWN, stylusDownTime, stylusDownTime) in testMultiDeviceEventsWithoutA11yFeatures()
353 sendStylusEvent(ACTION_MOVE, stylusDownTime, SystemClock.uptimeMillis()) in testMultiDeviceEventsWithoutA11yFeatures()
362 sendStylusEvent(ACTION_UP, stylusDownTime, SystemClock.uptimeMillis()) in testMultiDeviceEventsWithoutA11yFeatures()
386 val stylusDownTime = SystemClock.uptimeMillis() in testMultiDeviceEventsWithAllA11yFeatures() constant
387 sendStylusEvent(ACTION_DOWN, stylusDownTime, stylusDownTime) in testMultiDeviceEventsWithAllA11yFeatures()
398 sendStylusEvent(ACTION_MOVE, stylusDownTime, SystemClock.uptimeMillis()) in testMultiDeviceEventsWithAllA11yFeatures()
406 sendStylusEvent(ACTION_UP, stylusDownTime, SystemClock.uptimeMillis()) in testMultiDeviceEventsWithAllA11yFeatures()
429 val stylusDownTime = SystemClock.uptimeMillis() in testStylusWithTouchInTheMiddle() constant
430 sendStylusEvent(ACTION_DOWN, stylusDownTime, stylusDownTime) in testStylusWithTouchInTheMiddle()
[all …]
/frameworks/native/services/inputflinger/tests/
DPreferStylusOverTouch_test.cpp189 constexpr nsecs_t stylusDownTime = 0; in TEST_F() local
192 args = generateMotionArgs(stylusDownTime, /*eventTime=*/0, DOWN, {{10, 30}}, STYLUS); in TEST_F()
199 args = generateMotionArgs(stylusDownTime, /*eventTime=*/2, MOVE, {{10, 31}}, STYLUS); in TEST_F()
216 constexpr nsecs_t stylusDownTime = 0; in TEST_F() local
220 args = generateMotionArgs(stylusDownTime, /*eventTime=*/0, DOWN, {{10, 30}}, STYLUS); in TEST_F()
223 args = generateMotionArgs(stylusDownTime, /*eventTime=*/2, MOVE, {{10, 31}}, STYLUS); in TEST_F()
226 args = generateMotionArgs(stylusDownTime, /*eventTime=*/3, UP, {{10, 31}}, STYLUS); in TEST_F()
246 constexpr nsecs_t stylusDownTime = 0; in TEST_F() local
249 assertNotBlocked(generateMotionArgs(stylusDownTime, /*eventTime=*/0, DOWN, {{10, 30}}, STYLUS)); in TEST_F()
255 args = generateMotionArgs(stylusDownTime, /*eventTime=*/2, UP, {{10, 30}}, STYLUS); in TEST_F()