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 | 310 void EventThreadTest::expectHotplugEventReceivedByConnection(PhysicalDisplayId expectedDisplayId, in expectHotplugEventReceivedByConnection() 321 PhysicalDisplayId expectedDisplayId, int32_t expectedConfigId, in expectConfigChangedEventReceivedByConnection() 333 PhysicalDisplayId expectedDisplayId, std::vector<FrameRateOverride> expectedOverrides) { in expectUidFrameRateMappingEventReceivedByConnection()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 967 std::optional<int32_t> expectedDisplayId, in consumeEvent() 1292 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown() 1296 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp() 1300 void consumeMotionCancel(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionCancel() 1306 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove() 1312 void consumeMotionDown(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionDown() 1317 void consumeAnyMotionDown(std::optional<int32_t> expectedDisplayId = std::nullopt, in consumeAnyMotionDown() 1324 int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerDown() 1331 void consumeMotionPointerUp(int32_t pointerIdx, int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerUp() 1338 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp() [all …]
|