Home
last modified time | relevance | path

Searched refs:UpdateAceView (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h134 void UpdateAceView(int32_t width, int32_t height, float density, int32_t containerId);
H A Dsubwindow_ohos.cpp367 subwindowOhos->UpdateAceView(width, height, density, childContainerId); in GetInitToastDelayTask()
1683 void SubwindowOhos::UpdateAceView(int32_t width, int32_t height, float density, int32_t containerId) in UpdateAceView() function in OHOS::Ace::SubwindowOhos