Home
last modified time | relevance | path

Searched refs:AceViewOhos (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp38 RefPtr<AceViewOhos> AceViewOhos::CreateView(int32_t instanceId, bool useCurrentEventRunner, bool usePlatformThread) in CreateView()
40 return AceType::MakeRefPtr<AceViewOhos>( in CreateView()
45 AceViewOhos::AceViewOhos(int32_t id, std::unique_ptr<ThreadModelImpl> threadModelImpl) in AceViewOhos() function in OHOS::Ace::Platform::AceViewOhos
49 void AceViewOhos::SurfaceCreated(const RefPtr<AceViewOhos>& view, OHOS::sptr<OHOS::Rosen::Window> window) in SurfaceCreated()
55 void AceViewOhos::ChangeViewSize(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height) in ChangeViewSize()
61 void AceViewOhos
[all...]
H A Dace_view_ohos.h40 class ACE_FORCE_EXPORT AceViewOhos : public AceView { class
41 DECLARE_ACE_TYPE(AceViewOhos, AceView);
43 explicit AceViewOhos(int32_t id, std::unique_ptr<ThreadModelImpl> threadModelImpl);
44 ~AceViewOhos() override = default;
45 static RefPtr<AceViewOhos> CreateView(
47 static void SurfaceCreated(const RefPtr<AceViewOhos>& view, OHOS::sptr<OHOS::Rosen::Window> window);
48 static void ChangeViewSize(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height);
49 static void SurfaceChanged(const RefPtr<AceViewOhos>& view, int32_t width, int32_t height, int32_t orientation,
52 static void SurfacePositionChanged(const RefPtr<AceViewOhos>& view, int32_t posX, int32_t posY);
53 static void SetViewportMetrics(const RefPtr<AceViewOhos>
[all...]
H A Dace_ability.cpp405 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart()
406 Platform::AceViewOhos::SurfaceCreated(aceView, window); in OnStart()
447 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1); in OnStart()
710 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); in OnSizeChange()
713 Platform::AceViewOhos::SetViewportMetrics(aceView, config); in OnSizeChange()
714 Platform::AceViewOhos::SurfaceChanged(aceView, rect.width_, rect.height_, in OnSizeChange()
777 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); in OnDrag()
804 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); in OnInputEvent()
814 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); in OnInputEvent()
H A Dui_content_impl.cpp601 AceType::DynamicCast<Platform::AceViewOhos>(Platform::AceContainer::GetContainer(instanceId)->GetAceView()); in OnDrag()
1316 RefPtr<Platform::AceViewOhos> aceView = nullptr; in CommonInitializeForm()
1318 aceView = Platform::AceViewOhos::CreateView(instanceId_, true, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1319 Platform::AceViewOhos::SurfaceCreated(aceView, window_); in CommonInitializeForm()
1321 aceView = Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitializeForm()
1322 Platform::AceViewOhos::SurfaceCreated(aceView, window_); in CommonInitializeForm()
1353 Platform::AceViewOhos::SurfaceChanged(aceView, round(formWidth_), round(formHeight_), in CommonInitializeForm()
1363 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1); in CommonInitializeForm()
1866 Platform::AceViewOhos::CreateView(instanceId_, false, container->GetSettings().usePlatformAsUIThread); in CommonInitialize()
1867 Platform::AceViewOhos in CommonInitialize()
[all...]
H A Ddialog_container.cpp333 auto aceView = AceType::DynamicCast<AceViewOhos>(aceView_); in AttachView()
H A Dace_container.cpp1984 auto aceView = AceType::DynamicCast<AceViewOhos>(aceView_); in AttachView()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.cpp232 auto aceView = AceType::DynamicCast<OHOS::Ace::Platform::AceViewOhos>(container->GetAceView()); in InjectPointerEvent()
240 OHOS::Ace::Platform::AceViewOhos::DispatchTouchEvent(aceView, pointerEvent, node, nullptr, true); in InjectPointerEvent()
256 auto aceView = AceType::DynamicCast<OHOS::Ace::Platform::AceViewOhos>(container->GetAceView()); in InjectKeyEvent()
258 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp272 Platform::AceViewOhos::CreateView(childContainerId_, false, container->GetSettings().usePlatformAsUIThread); in InitContainer()
273 Platform::AceViewOhos::SurfaceCreated(aceView, window_); in InitContainer()
285 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, config.Orientation()); in InitContainer()
1227 auto aceView = Platform::AceViewOhos::CreateView(childContainerId_, true, true); in InitToastDialogView()
1228 Platform::AceViewOhos::SurfaceCreated(aceView, dialogWindow_); in InitToastDialogView()
1233 Platform::AceViewOhos::SetViewportMetrics(aceView, config); in InitToastDialogView()
1234 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, 0); in InitToastDialogView()
1717 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); in UpdateAceView()
1721 Platform::AceViewOhos::SetViewportMetrics(aceView, config); in UpdateAceView()
1722 Platform::AceViewOhos in UpdateAceView()
[all...]

Completed in 18 milliseconds