Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h28 static constexpr int32_t INVALID_POINTER_INDEX = -1; variable
115 int32_t firstNewPointerIdx = INVALID_POINTER_INDEX;
DInputState.cpp491 memento.firstNewPointerIdx = INVALID_POINTER_INDEX; in synthesizePointerDownEvents()