Searched refs:timeText (Results 1 – 4 of 4) sorted by relevance
77 … Color timeText = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary"). in ParsePattern() local79 theme->timeTextStyle_.SetTextColor(timeText); in ParsePattern()
104 void IntTimeToText(uint32_t time, std::string& timeText);
1727 void VideoElement::IntTimeToText(uint32_t time, std::string& timeText) in OnStartBtnClick() argument1731 timeText = Localization::GetInstance()->FormatDuration(time, needShowHour); in OnStartBtnClick()
824 std::string timeText = IntTimeToText(time); in OnUpdateTime() local825 textLayoutProperty->UpdateContent(timeText); in OnUpdateTime()