Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h74 rotationEventCallBack_ = std::move(callback);
200 RotationEventCallBack rotationEventCallBack_; member in OHOS::Ace::Platform::AceViewPreview
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp270 rotationEventCallBack_ = std::move(callback); in RegisterRotationEventCallback()
425 CHECK_NULL_RETURN(rotationEventCallBack_, false); in ProcessRotationEvent()
427 return rotationEventCallBack_(event); in ProcessRotationEvent()
H A Dace_view_ohos.h232 RotationEventCallBack rotationEventCallBack_; member in OHOS::Ace::Platform::AceViewOhos

Completed in 3 milliseconds