Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6757 auto toolTypeSource = in testStartFusedStylusGesture() local
6772 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_DOWN)))); in testStartFusedStylusGesture()
6779 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_MOVE)))); in testStartFusedStylusGesture()
6804 auto toolTypeSource = in testUnsuccessfulFusionGesture() local
6823 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_DOWN)))); in testUnsuccessfulFusionGesture()
6829 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_MOVE)))); in testUnsuccessfulFusionGesture()
6833 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_UP)))); in testUnsuccessfulFusionGesture()
6862 auto toolTypeSource = AllOf(WithSource(STYLUS_FUSION_SOURCE), WithToolType(ToolType::STYLUS)); in TEST_F() local
6874 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_DOWN)))); in TEST_F()
6880 AllOf(toolTypeSource, WithMotionAction(AMOTION_EVENT_ACTION_MOVE)))); in TEST_F()
[all …]