Home
last modified time | relevance | path

Searched refs:anchorWidget (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp157 Widget anchorWidget{"test"};
158 if (!elementNodeRef.DFSNext(anchorWidget, window.id_)) {
161 anchorWidget.SetAttr(UiAttr::HOST_WINDOW_ID, std::to_string(window.id_));
162 if (anchorWidget.GetAttr(UiAttr::VISIBLE) == "false") {
163 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
167 RefreshWidgetBounds(anchorWidget); variable
168 if (anchorWidget.GetAttr(UiAttr::VISIBLE) == "false") {
169 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
172 visitWidgets.emplace_back(move(anchorWidget));
252 Widget anchorWidget{"anchorWidge
262 RefreshWidgetBounds(anchorWidget); global() variable
342 RefreshWidgetBounds(anchorWidget); global() variable
[all...]

Completed in 2 milliseconds