Home
last modified time | relevance | path

Searched refs:HandleRotationRequest (Results 1 – 6 of 6) 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 Dcomponent.h485 static jerry_value_t HandleRotationRequest(const jerry_value_t func,
H A Dpicker_view_component.cpp109 RegisterNamedFunction(FUNC_ROTATION_NAME, HandleRotationRequest); in PickerViewComponent()
H A Dcomponent.cpp1957 jerry_value_t Component::HandleRotationRequest(const jerry_value_t func, in HandleRotationRequest() function in OHOS::ACELite::Component