Home
last modified time | relevance | path

Searched refs:ADISPLAY_ID_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/input/
DInput.h68 ADISPLAY_ID_NONE = -1, enumerator
/frameworks/native/services/inputflinger/
DInputReader.h70 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport()
100 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
DInputReader.cpp2656 displayId = ADISPLAY_ID_NONE; in sync()
2845 int32_t displayId = ADISPLAY_ID_NONE; in sync()
7160 ADISPLAY_ID_NONE, 1, &pointerProperties, &pointerCoords, 0, 0, 0); in sync()
DInputDispatcher.cpp176 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE; in isMainDisplay()