Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp659 SlotState oldSlotState = mSlotState; in detectPalmPointers()
660 mSlotState.update(args); in detectPalmPointers()
663 getTouches(args, mDeviceInfo, oldSlotState, mSlotState); in detectPalmPointers()
685 slot = mSlotState.getSlotForPointerId(pointerId); in detectPalmPointers()
755 out += addLinePrefix(mSlotState.dump(), " "); in dump()
DUnwantedInteractionBlocker.h192 SlotState mSlotState; variable