Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h749 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DTouchInputMapper.cpp3536 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3547 if (changedId >= 0 && id == uint32_t(changedId)) { in dispatchMotion()
3556 if (changedId >= 0 && pointerCount == 1) { in dispatchMotion()