Home
last modified time | relevance | path

Searched defs:tipText (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/select/
Drender_select.cpp91 auto tipText = data_->GetTipText(); in ApplyRestoreInfo() local
Dselect_component.h155 void SetTipText(const RefPtr<TextComponent>& tipText) in SetTipText()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dselect_creator.cpp136 RefPtr<TextComponent> tipText = AceType::MakeRefPtr<TextComponent>(""); in CreateCommonAttribute() local
292 auto tipText = select->GetTipText(); in AdjustTextBySelectedOption() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dselect_model_impl.cpp31 auto tipText = AceType::MakeRefPtr<TextComponent>(""); in Create() local
70 auto tipText = selectComponent->GetTipText(); in SetSelected() local
87 auto tipText = selectComponent->GetTipText(); in SetValue() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/select/
Dselect_creator_test.cpp131 auto tipText = select->GetTipText(); variable