Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1074 auto durationTextLayoutProperty = durationNode->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local
1075 CHECK_NULL_VOID(durationTextLayoutProperty); in OnModifyDone()
1077 durationTextLayoutProperty->UpdateContent(durationText); in OnModifyDone()