Home
last modified time | relevance | path

Searched refs:SetRootView (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dability_window.h29 void SetRootView(RootView *rootView, int16_t x = 0, int16_t y = 0);
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_window.cpp21 void AbilityWindow::SetRootView(RootView *rootView, int16_t x, int16_t y) in SetRootView() function in OHOS::AbilityWindow
H A Dability.cpp164 abilityWindow_->SetRootView(rootView); in SetUIContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp211 SetRootView(width, height, 0); in ProcessVirtualKeyBoard()
220 SetRootView(width, height, 0); in ProcessVirtualKeyBoard()
225 SetRootView(width, height, 0); in ProcessVirtualKeyBoard()
235 SetRootView(width, height, DEFAULT_NUMS_ONE); in ProcessVirtualKeyBoard()
242 void RenderWeb::SetRootView(int32_t width, int32_t height, int32_t offset) in SetRootView() function in OHOS::Ace::RenderWeb
H A Drender_web.h221 void SetRootView(int32_t width, int32_t height, int32_t offset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h148 void SetRootView(int32_t pageId, panda::Global<panda::ObjectRef> value) in SetRootView() function
H A Djsi_declarative_engine.cpp818 …engineInstance->SetRootView(page->GetPageId(), panda::Global<panda::ObjectRef>(arkRuntime->GetEcma… in RootViewHandle()