Home
last modified time | relevance | path

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

/foundation/windowmanager/interfaces/kits/napi/window_runtime/window_napi/
Djs_window.h80 NativeValue* OnSetLayoutFullScreen(NativeEngine& engine, NativeCallbackInfo& info);
Djs_window.cpp166 return (me != nullptr) ? me->OnSetLayoutFullScreen(*engine, *info) : nullptr; in SetLayoutFullScreen()
758 NativeValue* JsWindow::OnSetLayoutFullScreen(NativeEngine& engine, NativeCallbackInfo& info) in OnSetLayoutFullScreen() function in OHOS::Rosen::JsWindow