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.java95 private static void assertDecorContextDisplay(int expectedDisplayId, in assertDecorContextDisplay()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp310 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/
DInputDispatcher_test.cpp967 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 …]