Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h27 static constexpr int32_t INVALID_POINTER_INDEX = -1; variable
106 int32_t firstNewPointerIdx = INVALID_POINTER_INDEX;
H A DInputState.cpp356 memento.firstNewPointerIdx = INVALID_POINTER_INDEX; in synthesizePointerDownEvents()