Searched refs:SetRootView (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/include/ |
H A D | ability_window.h | 29 void SetRootView(RootView *rootView, int16_t x = 0, int16_t y = 0);
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_window.cpp | 21 void AbilityWindow::SetRootView(RootView *rootView, int16_t x, int16_t y) in SetRootView() function in OHOS::AbilityWindow
|
H A D | ability.cpp | 164 abilityWindow_->SetRootView(rootView); in SetUIContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 211 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 D | render_web.h | 221 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 D | jsi_declarative_engine.h | 148 void SetRootView(int32_t pageId, panda::Global<panda::ObjectRef> value) in SetRootView() function
|
H A D | jsi_declarative_engine.cpp | 818 …engineInstance->SetRootView(page->GetPageId(), panda::Global<panda::ObjectRef>(arkRuntime->GetEcma… in RootViewHandle()
|