Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp333 shared_ptr<WindowProperty> windowProperty = make_shared<WindowProperty>(); in CreateWindow() local
334 windowProperty->displayId = defaultDisplay->GetId(); in CreateWindow()
335 windowProperty->startX = 0; in CreateWindow()
336 windowProperty->startY = 0; in CreateWindow()
337 windowProperty->width = windowWidth; in CreateWindow()
338 windowProperty->height = windowHeight; in CreateWindow()
339 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty); in CreateWindow()