Home
last modified time | relevance | path

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

/external/libpalmrejection/ui/events/ozone/evdev/
Dtouch_evdev_types.h73 int tool_code = 0; in COMPONENT_EXPORT() local
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc212 if (touch.touching && touch.tool_code != BTN_TOOL_PEN) { in Filter()