Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp397 InputReaderConfiguration::CHANGE_DISPLAY_INFO); in setVirtualDisplayViewports()
431 InputReaderConfiguration::CHANGE_DISPLAY_INFO); in setDisplayViewport()
/frameworks/native/services/inputflinger/
DInputReader.h67 CHANGE_DISPLAY_INFO = 1 << 2, enumerator
DInputReader.cpp2211 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) { in configure()
2584 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) { in configure()
3175 if (!changes || (changes & (InputReaderConfiguration::CHANGE_DISPLAY_INFO in configure()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1468 configureDevice(InputReaderConfiguration::CHANGE_DISPLAY_INFO); in setDisplayInfoAndReconfigure()
1474 configureDevice(InputReaderConfiguration::CHANGE_DISPLAY_INFO); in setVirtualDisplayInfoAndReconfigure()