Searched defs:expectedDisplayId (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
| D | DecorContextTest.java | 86 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 664 void consumeEvent(int32_t expectedEventType, int32_t expectedAction, int32_t expectedDisplayId, in consumeEvent() 815 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown() 820 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp() 824 void consumeMotionCancel(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionCancel() 830 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove() 836 void consumeMotionDown(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionDown() 843 int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, int32_t expectedFlags = 0) { in consumeMotionPointerDown() 849 void consumeMotionPointerUp(int32_t pointerIdx, int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerUp() 856 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp() 868 void consumeEvent(int32_t expectedEventType, int32_t expectedAction, int32_t expectedDisplayId, in consumeEvent() [all …]
|
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | EventThreadTest.cpp | 201 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection() 212 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection()
|