Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp65 SetAttr(ATTR_NAMES[UiAttr::BOUNDS], Rect2JsonStr(bounds_)); in SetBounds()
172 if (item.first == ATTR_NAMES[UiAttr::BOUNDS]) { in SetWidgetAttributes()
332 attributesData[ATTR_NAMES[UiAttr::BOUNDS].data()] = stream.str(); in DfsMarshalWidget()
Dui_model.h33 BOUNDS, enumerator
Dfrontend_api_handler.cpp839 if (attrName == ATTR_NAMES[UiAttr::BOUNDS]) { // getBounds in GenericComponentAttrGetter()
875 server.AddHandler("Component.getBounds", GenericComponentAttrGetter<UiAttr::BOUNDS>); in RegisterUiComponentAttrGetters()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp177 to[ATTR_NAMES[UiAttr::BOUNDS].data()] = stream.str(); in MarshalAccessibilityNodeAttributes()