Home
last modified time | relevance | path

Searched refs:LowerToBottom (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_window.cpp83 void LiteProxyWindow::LowerToBottom() in LowerToBottom() function in OHOS::LiteProxyWindow
86 winRequestor_->LowerToBottom(); in LowerToBottom()
H A Dlite_proxy_window.h36 void LowerToBottom() override;
H A Dlite_win_requestor.h36 void LowerToBottom();
H A Dlite_win_requestor.cpp128 void LiteWinRequestor::LowerToBottom() in LowerToBottom() function in OHOS::LiteWinRequestor
137 GRAPHIC_LOGE("LowerToBottom failed, ret=%d", ret); in LowerToBottom()
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Diwindow.h72 virtual void LowerToBottom() = 0;
/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.h40 void LowerToBottom() override;
H A Dwindow_impl.cpp156 void WindowImpl::LowerToBottom() in LowerToBottom() function in OHOS::WindowImpl
158 GRAPHIC_LOGI("LowerToBottom"); in LowerToBottom()
160 iWindow_->LowerToBottom(); in LowerToBottom()
/foundation/arkui/ui_lite/interfaces/kits/window/
H A Dwindow.h227 virtual void LowerToBottom() = 0;
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wms.h45 static void LowerToBottom(IpcIo* req, IpcIo* reply);
H A Dlite_wms.cpp47 LiteWMS::GetInstance()->LowerToBottom(req, reply); in WMSRequestHandle()
146 void LiteWMS::LowerToBottom(IpcIo* req, IpcIo* reply) in LowerToBottom() function in OHOS::LiteWMS
148 GRAPHIC_LOGI("LowerToBottom"); in LowerToBottom()
151 LiteWM::GetInstance()->LowerToBottom(id); in LowerToBottom()
H A Dlite_wm.h64 void LowerToBottom(int32_t id);
H A Dlite_wm.cpp221 void LiteWM::LowerToBottom(int32_t id) in LowerToBottom() function in OHOS::LiteWM
/foundation/window/window_manager_lite/test/
H A Dsample_window.cpp85 g_rootView3->GetBoundWindow()->LowerToBottom(); in Callback()

Completed in 5 milliseconds