Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp130 JSRef<JSObject> textBoxObj = JSRef<JSObject>::New(); in GetRectsForRange() local
136 textBoxObj->SetPropertyObject("rect", rectObj); in GetRectsForRange()
137 textBoxObj->SetProperty<int32_t>("direction", static_cast<int32_t>(textBox.direction_)); in GetRectsForRange()
138 textBoxArray->SetValueAt(textBoxArray->Length(), textBoxObj); in GetRectsForRange()