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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp413 InputReaderConfiguration::CHANGE_DISPLAY_INFO);
447 InputReaderConfiguration::CHANGE_DISPLAY_INFO);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2281 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
2701 if (!changes || (changes & InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
3021 if (!changes || (InputReaderConfiguration::CHANGE_DISPLAY_INFO)) {
3304 if (!changes || (changes & (InputReaderConfiguration::CHANGE_DISPLAY_INFO
H A DInputReader.h69 CHANGE_DISPLAY_INFO = 1 << 2, enumerator in enum:android::InputReaderConfiguration::__anon1821
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1601 configureDevice(InputReaderConfiguration::CHANGE_DISPLAY_INFO);
1607 configureDevice(InputReaderConfiguration::CHANGE_DISPLAY_INFO);

Completed in 41 milliseconds