Lines Matching refs:aceView
405 auto aceView = Platform::AceViewOhos::CreateView(abilityId_);
406 Platform::AceViewOhos::SurfaceCreated(aceView, window);
421 callback = [window, id = abilityId_, aceView, rsUiDirector](
439 Platform::AceContainer::SetView(aceView, density_, 0, 0, window, callback);
441 Platform::AceContainer::SetViewNew(aceView, density_, 0, 0, window);
444 Platform::AceContainer::SetViewNew(aceView, density_, 0, 0, window);
447 Platform::AceViewOhos::SurfaceChanged(aceView, 0, 0, deviceHeight >= deviceWidth ? 0 : 1);
710 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView());
711 CHECK_NULL_VOID(aceView);
713 Platform::AceViewOhos::SetViewportMetrics(aceView, config);
714 Platform::AceViewOhos::SurfaceChanged(aceView, rect.width_, rect.height_,
777 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView());
778 CHECK_NULL_VOID(aceView);
796 aceView->ProcessDragEvent(x, y, action);
804 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView());
805 CHECK_NULL_RETURN(aceView, false);
806 aceView->DispatchTouchEvent(aceView, pointerEvent);
814 auto aceView = AceType::DynamicCast<Platform::AceViewOhos>(container->GetAceView());
815 CHECK_NULL_RETURN(aceView, false);
826 if (aceView->DispatchKeyEvent(aceView, keyEvent)) {