Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h74 rotationEventCallBack_ = std::move(callback); in RegisterRotationEventCallback()
200 RotationEventCallBack rotationEventCallBack_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp280 rotationEventCallBack_ = std::move(callback); in RegisterRotationEventCallback()
435 CHECK_NULL_RETURN(rotationEventCallBack_, false); in ProcessRotationEvent()
437 return rotationEventCallBack_(event); in ProcessRotationEvent()
H A Dace_view_ohos.h232 RotationEventCallBack rotationEventCallBack_; variable