Searched refs:SmoothZoomCallbackListener (Results 1 – 2 of 2) sorted by relevance
160 class SmoothZoomCallbackListener : public SmoothZoomCallback, public ListenerBase {162 SmoothZoomCallbackListener(napi_env env) : ListenerBase(env) {} in SmoothZoomCallbackListener() function163 ~SmoothZoomCallbackListener() = default;173 const SmoothZoomCallbackListener* listener_;174 SmoothZoomCallbackInfo(int32_t duration, const SmoothZoomCallbackListener* listener) in SmoothZoomCallbackInfo()392 std::shared_ptr<SmoothZoomCallbackListener> smoothZoomCallback_;
608 void SmoothZoomCallbackListener::OnSmoothZoomCallbackAsync(int32_t duration) const in OnSmoothZoomCallbackAsync()640 void SmoothZoomCallbackListener::OnSmoothZoomCallback(int32_t duration) const in OnSmoothZoomCallback()656 void SmoothZoomCallbackListener::OnSmoothZoom(int32_t duration) in OnSmoothZoom()4564 smoothZoomCallback_ = std::make_shared<SmoothZoomCallbackListener>(env); in RegisterSmoothZoomCallbackListener()