Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h185 std::set<int32_t> detectPalmPointers(const NotifyMotionArgs& args);
DUnwantedInteractionBlocker.cpp653 std::set<int32_t> PalmRejector::detectPalmPointers(const NotifyMotionArgs& args) { in detectPalmPointers() function in android::PalmRejector
718 mSuppressedPointerIds = detectPalmPointers(*touchOnlyArgs); in processMotion()