Searched defs:expectedDisplayId (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
| D | DecorContextTest.java | 95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
|
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | EventThreadTest.cpp | 247 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection() 258 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection() 270 PhysicalDisplayId expectedDisplayId, std::vector<FrameRateOverride> expectedOverrides) { in expectUidFrameRateMappingEventReceivedByConnection()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 766 std::optional<int32_t> expectedDisplayId, in consumeEvent() 981 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown() 986 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp() 990 void consumeMotionCancel(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionCancel() 996 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove() 1002 void consumeMotionDown(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionDown() 1007 void consumeAnyMotionDown(std::optional<int32_t> expectedDisplayId = std::nullopt, in consumeAnyMotionDown() 1014 int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerDown() 1021 void consumeMotionPointerUp(int32_t pointerIdx, int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerUp() 1028 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp() [all …]
|