Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/select/
Drender_select.cpp86 auto tipText = data_->GetTipText(); in ApplyRestoreInfo() local
Dselect_component.h155 void SetTipText(const RefPtr<TextComponent>& tipText) in SetTipText()
/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/bridge/declarative_frontend/ark_component/src/
DArkClassDefine.ts444 tipText: string | ResourceStr; property in ArkSliderTips