Searched refs:AddDisplayParams (Results 1 – 1 of 1) sorted by relevance
285 public static abstract class AddDisplayParams { class in CuttlefishDisplayHotplugTest286 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 …]