Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp160 NotifyMotionArgs pointer0Only = removePointerIds(args, {1}); in TEST() local
161 assertArgs(pointer0Only, AMOTION_EVENT_ACTION_MOVE, {{0, {1, 2, 3}}}); in TEST()