Home
last modified time | relevance | path

Searched defs:timeText (Results 1 – 3 of 3) 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
H A Dvideo_element.cpp1727 void VideoElement::IntTimeToText(uint32_t time, std::string& timeText) 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