Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h77 … Color timeText = themeConstants->GetColorByName("sys.color.ohos_id_color_foreground_contrary"). in ParsePattern() local
79 theme->timeTextStyle_.SetTextColor(timeText); in ParsePattern()
H A Dvideo_element.h104 void IntTimeToText(uint32_t time, std::string& timeText);
H A Dvideo_element.cpp1727 void VideoElement::IntTimeToText(uint32_t time, std::string& timeText) in OnStartBtnClick() argument
1731 timeText = Localization::GetInstance()->FormatDuration(time, needShowHour); in OnStartBtnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp824 std::string timeText = IntTimeToText(time); in OnUpdateTime() local
825 textLayoutProperty->UpdateContent(timeText); in OnUpdateTime()