Searched defs:expectedDisplayId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
H A D | DecorContextTest.java | 95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A 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()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 774 std::optional<int32_t> expectedDisplayId, in consumeEvent() 994 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown() 999 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp() 1003 void consumeMotionCancel(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionCancel() 1009 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove() 1015 void consumeMotionDown(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionDown() 1041 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp() 1047 void consumeMotionOutside(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionOutside() 1066 std::optional<int32_t> expectedDisplayId, in consumeEvent() 2285 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown() [all …]
|