Home
last modified time | relevance | path

Searched refs:winType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_visibility_info.h69 … WindowType winType) : windowId_(winId), pid_(pid), uid_(uid), visibilityState_(visibilityState), in WindowVisibilityInfo() argument
70 windowType_(winType) {}; in WindowVisibilityInfo()
73 … WindowType winType, WindowStatus windowStatus, const Rect& rect, const std::string& bundleName, in WindowVisibilityInfo() argument
75 … visibilityState_(visibilityState), windowType_(winType), windowStatus_(windowStatus), rect_(rect), in WindowVisibilityInfo()
H A Dwindow_drawing_content_info.h54 WindowType winType) : windowId_(winId), pid_(pid), uid_(uid), in WindowDrawingContentInfo() argument
55 drawingContentState_(drawingContentState), windowType_(winType) {}; in WindowDrawingContentInfo()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_window_manager.cpp78 AccessibilityWindowType winType = TYPE_WINDOW_INVALID; in ConvertWindowType() local
81 winType = TYPE_APPLICATION; in ConvertWindowType()
83 winType = TYPE_SYSTEM; in ConvertWindowType()
87 return winType; in ConvertWindowType()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension.cpp104 Rosen::WindowType winType; in GetWindowOption() local
106 extensionWindowConfig->systemWindowOptions.windowType, winType)) { in GetWindowOption()
107 option->SetWindowType(winType); in GetWindowOption()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_manager_impl.cpp86 if (window.winType >= static_cast<uint32_t>(ApiWindowType::TYPE_BASE) && in CreateWindow()
87 window.winType < static_cast<uint32_t>(ApiWindowType::TYPE_END)) { in CreateWindow()
88 … option.SetWindowType(CJ_TO_NATIVE_WINDOW_TYPE_MAP.at(static_cast<ApiWindowType>(window.winType))); in CreateWindow()
90 option.SetWindowType(static_cast<WindowType>(window.winType)); in CreateWindow()
H A Dwindow_manager_impl.h24 uint32_t winType; member
H A Dwindow_impl.cpp122 auto winType = windowToken_->GetType(); in HideWithAnimation() local
123 if (!WindowHelper::IsSystemWindow(winType)) { in HideWithAnimation()
124 …(WmsLogTag::WMS_DIALOG, "window Type %{public}u is not supported", static_cast<uint32_t>(winType)); in HideWithAnimation()
162 auto winType = windowToken_->GetType(); in ShowWithAnimation() local
163 if (!WindowHelper::IsSystemWindow(winType)) { in ShowWithAnimation()
164 …(WmsLogTag::WMS_DIALOG, "window Type %{public}u is not supported", static_cast<uint32_t>(winType)); in ShowWithAnimation()
H A Dwindow_ffi.cpp36 window.winType = windowType; in FfiOHOSCreateWindow()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp219 if (ability == nullptr || !WindowHelper::IsSubWindow(winType)) { in GetWindowTypeAndParentId()
230 if (!WindowHelper::IsSystemWindow(winType)) { in GetWindowTypeAndParentId()
287 … if (winType == WindowType::WINDOW_TYPE_FLOAT || winType == WindowType::WINDOW_TYPE_FLOAT_CAMERA) { in CreateSystemWindowTask()
303 windowOption->SetWindowType(winType); in CreateSystemWindowTask()
359 windowOption->SetWindowType(winType); in CreateSubWindowTask()
420 WindowType winType = WindowType::SYSTEM_WINDOW_BASE; in OnCreate() local
438 return CreateSubWindowTask(parentId, windowName, winType, env, task); in OnCreate()
458 uint32_t winType; in ParseRequiredConfigOption() local
459 if (ParseJsValue(jsObject, env, "windowType", winType)) { in ParseRequiredConfigOption()
460 if (winType >= static_cast<uint32_t>(ApiWindowType::TYPE_BASE) && in ParseRequiredConfigOption()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp195 AccessibilityWindowType winType = TYPE_WINDOW_INVALID; in ConvertWindowType() local
198 winType = TYPE_APPLICATION; in ConvertWindowType()
200 winType = TYPE_SYSTEM; in ConvertWindowType()
204 return winType; in ConvertWindowType()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp1127 auto winType = windowToken_->GetType(); in OnShowWithAnimation() local
1128 if (!WindowHelper::IsSystemWindow(winType)) { in OnShowWithAnimation()
1130 "Window Type %{public}u is not supported", static_cast<uint32_t>(winType)); in OnShowWithAnimation()
1314 auto winType = windowToken_->GetType(); in OnHideWithAnimation() local
1315 if (!WindowHelper::IsSystemWindow(winType)) { in OnHideWithAnimation()
1317 "window Type %{public}u is not supported", static_cast<uint32_t>(winType)); in OnHideWithAnimation()
1909 WindowType winType = WindowType::SYSTEM_WINDOW_BASE; in OnSetWindowType() local
1917 winType = static_cast<WindowType>(resultValue); // adapt to the old version in OnSetWindowType()
1919 winType = JS_TO_NATIVE_WINDOW_TYPE_MAP.at(static_cast<ApiWindowType>(resultValue)); in OnSetWindowType()
1927 [weakToken, winType, errCode](napi_env env, NapiAsyncTask& task, int32_t status) { in OnSetWindowType()
[all …]
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2030 WindowType winType = property_->GetWindowType(); in IsLayoutFullScreen() local
2031 if (WindowHelper::IsMainWindow(winType)) { in IsLayoutFullScreen()
2034 if (WindowHelper::IsSubWindow(winType)) { in IsLayoutFullScreen()
3433 WindowType winType = property_->GetWindowType(); in AdjustWindowAnimationFlag() local
3434 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag()
H A Dwindow_session_impl.cpp1352 WindowType winType = GetType(); in SetUIContentInner() local
1353 bool isSubWindow = WindowHelper::IsSubWindow(winType); in SetUIContentInner()
1354 bool isDialogWindow = WindowHelper::IsDialogWindow(winType); in SetUIContentInner()
1364 … if (WindowHelper::IsMainWindow(winType) && GetAppForceLandscapeConfig(config) == WMError::WM_OK && in SetUIContentInner()
H A Dwindow_impl.cpp1663 WindowType winType = property_->GetWindowType(); in AdjustWindowAnimationFlag() local
1664 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag()
1671 } else if (winType == WindowType::WINDOW_TYPE_INPUT_METHOD_FLOAT) { in AdjustWindowAnimationFlag()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1882 WindowType winType = GetWindowType(); in CheckGetAvoidAreaAvailable() local
1884 if (WindowHelper::IsMainWindow(winType)) { in CheckGetAvoidAreaAvailable()
1894 if (WindowHelper::IsSubWindow(winType)) { in CheckGetAvoidAreaAvailable()
1902 GetPersistentId(), GetWindowName().c_str(), static_cast<uint32_t>(winType), in CheckGetAvoidAreaAvailable()