Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_controller.cpp88 if (getTextContentRect_) { in GetTextContentRect()
89 return getTextContentRect_(); in GetTextContentRect()
H A Dtext_field_model.h207 getTextContentRect_ = std::move(getTextContentRect); in SetGetTextContentRect()
250 std::function<Rect(void)> getTextContentRect_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp756 pattern->searchController_->getTextContentRect_();