Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp586 bool TextFieldComponent::GetBlockRightShade() const in GetBlockRightShade() function in OHOS::Ace::TextFieldComponent
588 return declaration_->GetBlockRightShade(); in GetBlockRightShade()
H A Dtext_field_component.h198 bool GetBlockRightShade() const;
H A Drender_text_field.cpp261 blockRightShade_ = textField->GetBlockRightShade(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h180 bool GetBlockRightShade() const in GetBlockRightShade() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp91 textFieldDeclaration_->SetBlockRightShade(searchTheme->GetBlockRightShade()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp84 textFieldComponent_->SetBlockRightShade(searchTheme->GetBlockRightShade()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp414 textFieldComponent->SetBlockRightShade(searchTheme->GetBlockRightShade()); in InitializeComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h798 bool GetBlockRightShade() const in GetBlockRightShade() function