Searched refs:GetShowTips (Results 1 – 5 of 5) sorted by relevance
37 { "showTips", [](const SliderComposedElement& inspector) { return inspector.GetShowTips(); } } in __anon65cc8adf0702()55 DumpLog::GetInstance().AddDesc(std::string("showTips: ").append(GetShowTips())); in Dump()190 std::string SliderComposedElement::GetShowTips() const in GetShowTips() function in OHOS::Ace::V2::SliderComposedElement194 return ConvertBoolToString(renderSlider->GetShowTips()); in GetShowTips()
47 std::string GetShowTips() const;
133 bool GetShowTips() const in GetShowTips() function
136 json->PutExtAttr("showTips", GetShowTips().value_or(false) ? "true" : "false", filter); in ToJsonValue()
79 showTips_ = sliderPaintProperty->GetShowTips().value_or(false); in OnModifyDone()