Searched refs:subwindowOhos (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 347 auto subwindowOhos = in GetInitToastDelayTask() local 349 CHECK_NULL_VOID(subwindowOhos); in GetInitToastDelayTask() 350 subwindowOhos->GetToastDialogWindowProperty(width, height, posX, posY, density); in GetInitToastDelayTask() 351 auto childContainerId = subwindowOhos->GetChildContainerId(); in GetInitToastDelayTask() 353 auto dialogWindow = subwindowOhos->GetDialogWindow(); in GetInitToastDelayTask() 354 if (!dialogWindow || !window || !subwindowOhos->IsToastWindow()) { in GetInitToastDelayTask() 355 bool ret = subwindowOhos->InitToastDialogWindow(width, height, posX, posY, true); in GetInitToastDelayTask() 360 ret = subwindowOhos->InitToastDialogView(width, height, density); in GetInitToastDelayTask() 365 subwindowOhos->SetIsToastWindow(true); in GetInitToastDelayTask() 367 childContainerId = subwindowOhos in GetInitToastDelayTask() 1405 auto subwindowOhos = CloseToast() local [all...] |
Completed in 3 milliseconds