Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.cpp91 …VideoView *nativeVideo = reinterpret_cast<VideoView *>(ComponentUtils::GetViewFromBindingObject(co… in Start()
114 …VideoView *nativeVideo = reinterpret_cast<VideoView *>(ComponentUtils::GetViewFromBindingObject(co… in Pause()
137 …VideoView *nativeVideo = reinterpret_cast<VideoView *>(ComponentUtils::GetViewFromBindingObject(co… in SetCurrentTime()
156 …VideoView *nativeVideo = reinterpret_cast<VideoView *>(ComponentUtils::GetViewFromBindingObject(co… in SetVolume()
H A Dcomponent_utils.h34 static UIView* GetViewFromBindingObject(jerry_value_t value);
H A Dcomponent_utils.cpp23 UIView* ComponentUtils::GetViewFromBindingObject(jerry_value_t value) in GetViewFromBindingObject() function in OHOS::ACELite::ComponentUtils
H A Dlist_component.cpp189 UIList *list = reinterpret_cast<UIList *>(ComponentUtils::GetViewFromBindingObject(dom)); in ListScrollTo()
H A Danalog_clock_component.cpp101 UIView* childView = ComponentUtils::GetViewFromBindingObject(child); in ProcessChildren()
H A Dlist_adapter.cpp223 UIView *newView = ComponentUtils::GetViewFromBindingObject(element); in GetView()
H A Dcamera_component.cpp389 …View *cameraView = static_cast<UISurfaceView *>(ComponentUtils::GetViewFromBindingObject(context)); in TakePhoto()
H A Dcomponent.cpp1963 UIView *bindedView = ComponentUtils::GetViewFromBindingObject(dom); in HandleRotationRequest()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Djsbundle_tdd_test.cpp69 …ewGroup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(el)); in CreateElementAttributeLength001()
99 UILabel *label = reinterpret_cast<UILabel *>(ComponentUtils::GetViewFromBindingObject(el)); in CreateElementAttributeLength002()
134 …roup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(divEl)); in CreateElementAttributeLength003()
180 …roup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(divEl)); in CreateElementAttributeLength004()
H A Dinput_event_tdd_test.cpp853 UIView *target = ComponentUtils::GetViewFromBindingObject(targetRef); in GetComponent()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp189 UIView *view = ComponentUtils::GetViewFromBindingObject(dom); in GetViewByRef()