Home
last modified time | relevance | path

Searched defs:controls (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_model_ng.cpp112 void VideoModelNG::SetControls(bool controls) in SetControls()
230 void VideoModelNG::SetControls(FrameNode* frameNode, bool controls) in SetControls()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkVideo.ts144 controls(value: boolean): VideoAttribute { method in ArkVideoComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dvideo_model_impl.cpp83 void VideoModelImpl::SetControls(bool controls) in SetControls()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_video.cpp132 bool controls = true; in JsControls() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
Dvideo_test_ng.cpp72 std::optional<bool> controls; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8563 controls(value) { method in ArkVideoComponent