Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp55 const Dimension& SearchComponent::GetCloseIconHotZoneHorizontal() const in GetCloseIconHotZoneHorizontal() function in OHOS::Ace::SearchComponent
57 return declaration_->GetCloseIconHotZoneHorizontal(); in GetCloseIconHotZoneHorizontal()
H A Dsearch_component.h48 const Dimension& GetCloseIconHotZoneHorizontal() const;
H A Drender_search.cpp41 closeIconHotZoneHorizontal_ = searchComponent_->GetCloseIconHotZoneHorizontal(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp341 padding.SetLeft(padding.Left() + searchChild_->GetCloseIconHotZoneHorizontal()); in PrepareSpecializedComponent()
343 padding.SetRight(padding.Right() + searchChild_->GetCloseIconHotZoneHorizontal()); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h80 const Dimension& GetCloseIconHotZoneHorizontal() const in GetCloseIconHotZoneHorizontal() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp449 padding.SetLeft(padding.Left() + searchComponent->GetCloseIconHotZoneHorizontal()); in PrepareSpecializedComponent()
451 padding.SetRight(padding.Right() + searchComponent->GetCloseIconHotZoneHorizontal()); in PrepareSpecializedComponent()