Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_component.cpp35 RegisterNamedFunction(FUNC_ROTATION_NAME, HandleRotationRequest); in ListComponent()
H A Dswiper_component.cpp34 RegisterNamedFunction(FUNC_ROTATION_NAME, HandleRotationRequest); in SwiperComponent()
H A Dslider_component.cpp34 RegisterNamedFunction(FUNC_ROTATION_NAME, HandleRotationRequest);
H A Dpicker_view_component.cpp109 RegisterNamedFunction(FUNC_ROTATION_NAME, HandleRotationRequest); in PickerViewComponent()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h167 constexpr char FUNC_ROTATION_NAME[] = "rotation"; variable