Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.cpp50 if (attributeVec_[UiAttr::BOUNDS].empty()) { in GetAttrVec()
54 retVec[UiAttr::BOUNDS] = boundStream.str(); in GetAttrVec()
73 if (attrId == UiAttr::BOUNDS && attributeVec_[UiAttr::BOUNDS].empty()) { in GetAttr()
115 if (i == UiAttr::BOUNDS && attributeVec_[UiAttr::BOUNDS].empty()) { in WrapperWidgetToJson()
Dui_model.h40 BOUNDS, enumerator
Dui_driver.cpp155 attrData[ATTR_NAMES[UiAttr::BOUNDS].data()] = ss.str(); in DumpUiHierarchy()
Dfrontend_api_handler.cpp1152 if (attrName == ATTR_NAMES[UiAttr::BOUNDS]) { // getBounds in GenericComponentAttrGetter()
1189 server.AddHandler("Component.getBounds", GenericComponentAttrGetter<UiAttr::BOUNDS>); in RegisterUiComponentAttrGetters()
/test/testfwk/arkxtest/uitest/record/
Dpointer_info.cpp40 data["W1_BOUNDS"] = firstTouchEventInfo.attributes[UiAttr::BOUNDS]; in WriteData()
48 data["W2_BOUNDS"] = lastTouchEventInfo.attributes[UiAttr::BOUNDS]; in WriteData()