Home
last modified time | relevance | path

Searched defs:expectedDisplayId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DDecorContextTest.java86 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp664 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/
DEventThreadTest.cpp201 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection()
212 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection()