Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h53 ADISPLAY_ID_NONE = -1, enumerator
/frameworks/base/services/input/
DInputReader.h69 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport()
99 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
DInputReader.cpp2481 displayId = ADISPLAY_ID_NONE; in sync()
6464 ADISPLAY_ID_NONE, 1, &pointerProperties, &pointerCoords, 0, 0, 0); in sync()
DInputDispatcher.cpp172 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE; in isMainDisplay()