#include "TjdUiAppOpenLogoPresenter.h" #include "graphic_timer.h" #include "TjdUiImageIds.h" #include "common/image_cache_manager.h" #include "TjdUiAppOpenLogoView.h" #include "TjdUiRegisterManager.h" using namespace OHOS; namespace TJD { TJD_REGIST_SLICE(TJD_APP_VIEW_OPEN_LOGO, TjdUiOpenLogoView, TjdUiOpenLogoPresenter); #define IMAGE_OPEN_LOGO_PATH "/user/tjd_res/img_open_logo.bin" TjdUiOpenLogoPresenter *g_pv_TjdUiOpenLogoPresenter = nullptr; TjdUiOpenLogoPresenter::TjdUiOpenLogoPresenter() { printf("TjdUiOpenLogoPresenter construction ! \n"); g_pv_TjdUiOpenLogoPresenter = this; for (int i=0; i