Home
last modified time | relevance | path

Searched refs:aceView (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.cpp33 auto* aceView = in CreateView() local
36 if (aceView != nullptr) { in CreateView()
37 aceView->IncRefCount(); in CreateView()
39 return aceView; in CreateView()
H A Dace_container.cpp889 [themeManager, assetManager = assetManager_, colorScheme = colorScheme_, aceView = aceView_]() { in AttachView()
894 aceView->SetBackgroundColor(themeManager->GetBackgroundColor()); in AttachView()
1014 [themeManager, assetManager = assetManager_, colorScheme = colorScheme_, aceView = aceView_]() { in AttachView()
1019 aceView->SetBackgroundColor(themeManager->GetBackgroundColor()); in AttachView()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp405 auto aceView = Platform::AceViewOhos::CreateView(abilityId_); in OnStart() local
406 Platform::AceViewOhos::SurfaceCreated(aceView, window); in OnStart()
421 callback = [window, id = abilityId_, aceView, rsUiDirector]( in OnStart()
439 Platform::AceContainer::SetView(aceView, density_, 0, 0, window, callback); in OnStart()
441 Platform::AceContainer::SetViewNew(aceView, density_, 0, 0, window); in OnStart()
444 Platform::AceContainer::SetViewNew(aceView, density_, 0, 0, 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()
711 CHECK_NULL_VOID(aceView); in OnSizeChange()
713 Platform::AceViewOhos::SetViewportMetrics(aceView, confi in OnSizeChange()
777 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); OnDrag() local
804 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); OnInputEvent() local
814 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); OnInputEvent() local
[all...]
H A Dui_content_impl.cpp600 auto aceView = in OnDrag() local
602 CHECK_NULL_VOID(aceView); in OnDrag()
1316 RefPtr<Platform::AceViewOhos> aceView = nullptr; in CommonInitializeForm() local
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()
1326 errorCode = Platform::AceContainer::SetViewNew(aceView, density, round(formWidth_), in CommonInitializeForm()
1337 errorCode = Platform::AceContainer::SetViewNew(aceView, density, 0, 0, window_); in CommonInitializeForm()
1353 Platform::AceViewOhos::SurfaceChanged(aceView, roun in CommonInitializeForm()
1865 auto aceView = CommonInitialize() local
2334 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); ProcessPointerEvent() local
2352 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); ProcessPointerEventWithCallback() local
2366 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); ProcessKeyEvent() local
3093 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView()); OnFormSurfaceChange() local
[all...]
H A Ddialog_container.cpp333 auto aceView = AceType::DynamicCast<AceViewOhos>(aceView_); in AttachView() local
334 ACE_DCHECK(aceView != nullptr); in AttachView()
335 taskExecutorImpl->InitOtherThreads(aceView->GetThreadModelImpl()); in AttachView()
H A Dace_container.cpp1984 auto aceView = AceType::DynamicCast<AceViewOhos>(aceView_); in AttachView() local
1985 ACE_DCHECK(aceView != nullptr); in AttachView()
1986 taskExecutorImpl->InitOtherThreads(aceView->GetThreadModelImpl()); 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() local
233 if (!aceView) { in InjectPointerEvent()
236 TAG_LOGE(AceLogTag::ACE_INPUTTRACKING, "InjectPointerEvent eventId:%{public}d aceView is null return.", 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() local
257 CHECK_NULL_RETURN(aceView, false); in InjectKeyEvent()
258 return OHOS::Ace::Platform::AceViewOhos::DispatchKeyEvent(aceView, keyEvent, isPreIme); in InjectKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_window.h37 static std::unique_ptr<PlatformWindow> Create(AceView* aceView);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp271 auto aceView = in InitContainer() local
273 Platform::AceViewOhos::SurfaceCreated(aceView, window_); in InitContainer()
283 Platform::AceContainer::SetView(aceView, density, width, height, window_, callback); in InitContainer()
285 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, config.Orientation()); in InitContainer()
1227 auto aceView = Platform::AceViewOhos::CreateView(childContainerId_, true, true); in InitToastDialogView() local
1228 Platform::AceViewOhos::SurfaceCreated(aceView, dialogWindow_); in InitToastDialogView()
1230 Platform::DialogContainer::SetView(aceView, density, width, height, dialogWindow_); in InitToastDialogView()
1233 Platform::AceViewOhos::SetViewportMetrics(aceView, config); in InitToastDialogView()
1234 Platform::AceViewOhos::SurfaceChanged(aceView, width, height, 0); in InitToastDialogView()
1717 auto aceView in UpdateAceView() local
[all...]

Completed in 20 milliseconds