Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h45 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport()
76 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
DInput.h68 ADISPLAY_ID_NONE = -1, enumerator
/frameworks/native/services/inputflinger/
DInputReader.cpp2855 displayId = ADISPLAY_ID_NONE; in sync()
3052 int32_t displayId = ADISPLAY_ID_NONE; in sync()
7390 ADISPLAY_ID_NONE, 1, &pointerProperties, &pointerCoords, 0, 0, 0); in sync()
DInputDispatcher.cpp176 return displayId == ADISPLAY_ID_DEFAULT || displayId == ADISPLAY_ID_NONE; in isMainDisplay()