Home
last modified time | relevance | path

Searched refs:AddDisplayParams (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java285 public static abstract class AddDisplayParams { class in CuttlefishDisplayHotplugTest
286 static AddDisplayParams create(int width, int height) { in create()
297 public void addDisplays(List<AddDisplayParams> params) throws FileNotFoundException { in addDisplays()
305 for (AddDisplayParams display : params) { in addDisplays()
320 addDisplays(List.of(AddDisplayParams.create(width, height))); in addDisplay()
342 Correspondence<GuestDisplayInfo, AddDisplayParams> GUEST_DISPLAY_MATCHES =
343 Correspondence.from((GuestDisplayInfo lhs, AddDisplayParams rhs) -> {
348 Correspondence<HostDisplayInfo, AddDisplayParams> HOST_DISPLAY_MATCHES =
349 Correspondence.from((HostDisplayInfo lhs, AddDisplayParams rhs) -> {
354 private void doOneConnectAndDisconnectCycle(List<AddDisplayParams> params) throws Exception { in doOneConnectAndDisconnectCycle()
[all …]