Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp88 if (buttonComponent->GetAutoFocusState()) { in Apply()
H A Dbutton_component.cpp100 bool ButtonComponent::GetAutoFocusState() const in GetAutoFocusState() function in OHOS::Ace::ButtonComponent
102 return declaration_->GetAutoFocusState(); in GetAutoFocusState()
H A Dbutton_component.h62 bool GetAutoFocusState() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h111 bool GetAutoFocusState() const in GetAutoFocusState() function