Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.h1509 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DInputReader.cpp5149 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument
5159 if (changedId >= 0 && id == uint32_t(changedId)) { in dispatchMotion()
5168 if (changedId >= 0 && pointerCount == 1) { in dispatchMotion()