Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsSubWindow
(Results
1 - 24
of
24
) sorted by relevance
/foundation/window/window_manager/window_scene/common/include/
H
A
D
session_helper.h
107
static inline bool
IsSubWindow
(WindowType type)
in IsSubWindow()
function in OHOS::Rosen::SessionHelper
114
return
IsSubWindow
(type) || type == WindowType::WINDOW_TYPE_DIALOG;
in IsNonSecureToUIExtension()
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
156
} else if (WindowHelper::
IsSubWindow
(window->GetType()) &&
in FindParentSessionByParentId()
225
(WindowHelper::
IsSubWindow
(window->GetType()) && window->GetProperty()->GetIsUIExtFirstSubWindow())) {
in FindMainWindowOrExtensionSubWindow()
241
bool isUiExtSubWindow = WindowHelper::
IsSubWindow
(GetType()) && property_->GetIsUIExtFirstSubWindow();
in IsPcOrPadCapabilityEnabled()
261
bool isUiExtSubWindow = WindowHelper::
IsSubWindow
(GetType()) && property_->GetIsUIExtFirstSubWindow();
in IsPcOrPadFreeMultiWindowMode()
335
bool isNormalAppSubWindow = WindowHelper::
IsSubWindow
(type) &&
in CreateAndConnectSpecificSession()
337
bool isArkSubSubWindow = WindowHelper::
IsSubWindow
(type) &&
in CreateAndConnectSpecificSession()
339
bool isUiExtSubWindowToast = WindowHelper::
IsSubWindow
(type) && isUiExtSubWindowFlag && isToastFlag;
in CreateAndConnectSpecificSession()
340
bool isUiExtSubWindow = WindowHelper::
IsSubWindow
(type) && property_->GetIsUIExtFirstSubWindow();
in CreateAndConnectSpecificSession()
497
if (WindowHelper::
IsSubWindow
(type) && !property_->GetIsUIExtFirstSubWindow()) { // sub window
in RecoverAndConnectSpecificSession()
598
bool isSubWindow = WindowHelper::
IsSubWindow
(windowTyp
in UpdateWindowState()
[all...]
H
A
D
window_session_impl.cpp
194
isIgnoreSafeArea_ = WindowHelper::
IsSubWindow
(optionWindowType);
in WindowSessionImpl()
200
if (WindowHelper::
IsSubWindow
(GetType())) {
in WindowSessionImpl()
220
if (WindowHelper::
IsSubWindow
(property_->GetWindowType())) {
in MakeSubOrDialogWindowDragableAndMoveble()
1135
bool isSubWindow = WindowHelper::
IsSubWindow
(windowType);
in UpdateTitleButtonVisibility()
1289
bool isSubWindow = WindowHelper::
IsSubWindow
(winType);
in SetUIContentInner()
1391
auto isSubWindow = WindowHelper::
IsSubWindow
(GetType());
in UpdateDecorEnableToAce()
1419
auto isSubWindow = WindowHelper::
IsSubWindow
(GetType());
in UpdateDecorEnable()
1897
if (!WindowHelper::
IsSubWindow
(GetType())) {
in SetSubWindowModal()
2210
if (!WindowHelper::
IsSubWindow
(GetType()) && !WindowHelper::IsSystemSubWindow(GetType())) {
in RegisterSubWindowCloseListeners()
2225
if (!WindowHelper::
IsSubWindow
(GetTyp
in UnregisterSubWindowCloseListeners()
[all...]
H
A
D
window_impl.cpp
1263
WindowHelper::
IsSubWindow
(property_->GetWindowType())) {
in WindowCreateCheck()
2093
if (!WindowHelper::
IsSubWindow
(property_->GetWindowType())) {
in RaiseToAppTop()
2193
if (!WindowHelper::IsMainWindow(curWindowType) && !WindowHelper::
IsSubWindow
(curWindowType)) {
in SetImmersiveModeEnabledState()
4287
WindowHelper::
IsSubWindow
(windowType) ||
in IsAllowHaveSystemSubWindow()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
anomaly_detection.cpp
61
if (WindowHelper::
IsSubWindow
(session->GetWindowType()) ||
in SceneZOrderCheckProcess()
H
A
D
scene_session_manager.cpp
595
bool isUiExtSubWindow = WindowHelper::
IsSubWindow
(property->GetWindowType()) &&
in SwitchFreeMultiWindow()
1506
} else if (property != nullptr && SessionHelper::
IsSubWindow
(property->GetWindowType())) {
in CreateSceneSession()
2511
if (!WindowHelper::
IsSubWindow
(type) || !property->IsTopmost()) {
in CheckModalSubWindowPermission()
2716
if (!SessionHelper::
IsSubWindow
(windowType)) {
in CacheSubSessionForRecovering()
2873
} else if (SessionHelper::
IsSubWindow
(type)) {
in NotifyCreateSpecificSession()
3075
if (SessionHelper::
IsSubWindow
(sceneSession->GetWindowType())) {
in DestroyAndDisconnectSpecificSessionInner()
3652
if (WindowHelper::
IsSubWindow
(sceneSession->GetWindowType()) ||
in GetParentMainWindowIdInner()
4193
if (WindowHelper::
IsSubWindow
(session->GetWindowType())) {
in IsSessionVisible()
4743
if ((WindowHelper::
IsSubWindow
(sceneSession->GetWindowType()) ||
in RequestSessionFocus()
4916
(SessionHelper::
IsSubWindow
(sceneSessio
in CheckRequestFocusImmdediately()
[all...]
H
A
D
scene_session_dirty_manager.cpp
684
bool isDecorSubWindow = WindowHelper::
IsSubWindow
(windowType) && windowSessionProperty->IsDecorEnable();
in GetWindowInfo()
/foundation/window/window_manager/utils/include/
H
A
D
window_helper.h
41
static inline bool
IsSubWindow
(WindowType type)
in IsSubWindow()
function in OHOS::Rosen::WindowHelper
48
return
IsSubWindow
(type) && (windowFlags & static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_IS_MODAL));
in IsModalSubWindow()
59
return
IsSubWindow
(type) && (windowFlags & static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_IS_TOAST));
in IsToastSubWindow()
69
return (IsMainWindow(type) ||
IsSubWindow
(type));
in IsAppWindow()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_ace_container.cpp
166
bool AceContainer::
IsSubWindow
() const
in IsSubWindow()
function in OHOS::Ace::Platform::AceContainer
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
255
virtual bool
IsSubWindow
() const { return false; }
in IsSubWindow()
function in OHOS::Ace::Container
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H
A
D
js_window_manager.cpp
220
if (ability == nullptr || !WindowHelper::
IsSubWindow
(winType)) {
in GetWindowTypeAndParentId()
383
if (ability == nullptr || !WindowHelper::
IsSubWindow
(type)) {
in isConfigOptionWindowTypeValid()
557
if (WindowHelper::
IsSubWindow
(option.GetWindowType())) {
in OnCreateWindow()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
keyboard_session.cpp
391
(WindowHelper::
IsSubWindow
(callingSession->GetWindowType()) && callingSession->GetParentSession() != nullptr &&
in CheckIfNeedRaiseCallingSession()
H
A
D
scene_session.cpp
601
} else if (WindowHelper::
IsSubWindow
(windowType)) {
in GetSubWindowModalType()
1162
if (isGlobal && WindowHelper::
IsSubWindow
(Session::GetWindowType()) &&
in UpdateSessionRect()
1478
(WindowHelper::
IsSubWindow
(Session::GetWindowType()) && GetParentSession() != nullptr &&
in GetKeyboardAvoidArea()
1593
if (WindowHelper::
IsSubWindow
(winType)) {
in CheckGetAvoidAreaAvailable()
1838
(windowType == WindowType::WINDOW_TYPE_APP_MAIN_WINDOW || WindowHelper::
IsSubWindow
(windowType))) {
in HandleEnterWinwdowArea()
1853
(windowType == WindowType::WINDOW_TYPE_APP_MAIN_WINDOW || WindowHelper::
IsSubWindow
(windowType))) {
in HandleEnterWinwdowArea()
1976
bool isSubWindow = WindowHelper::
IsSubWindow
(windowType);
in TransferPointerEvent()
2150
bool isSubWindow = WindowHelper::
IsSubWindow
(windowType);
in IsDecorEnable()
2516
} else if (WindowHelper::
IsSubWindow
(GetWindowType()) && surfaceNode_) {
in SetSurfaceBounds()
H
A
D
move_drag_controller.cpp
827
bool isSubWindow = WindowHelper::
IsSubWindow
(windowType);
in InitDecorValue()
H
A
D
session.cpp
1076
bool isSubWindow = WindowHelper::
IsSubWindow
(property->GetWindowType());
in InitSystemSessionDragEnable()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
580
bool
IsSubWindow
() const override;
H
A
D
ace_container.cpp
2925
bool AceContainer::
IsSubWindow
() const
in IsSubWindow()
function in AceContainer
/foundation/window/window_manager/wmserver/src/
H
A
D
window_root.cpp
616
if (WindowHelper::
IsSubWindow
(node->GetWindowType())) {
in PostProcessAddWindowNode()
1467
if (WindowHelper::
IsSubWindow
((*iter)->GetWindowType()) ||
in GetTopWindowId()
H
A
D
window_node_container.cpp
148
if (WindowHelper::
IsSubWindow
(parentNode->GetWindowType()) ||
in AddWindowNodeOnWindowTree()
1793
if (WindowHelper::
IsSubWindow
(node->GetWindowType()) ||
in RaiseZOrderForAppWindow()
H
A
D
window_layout_policy_cascade.cpp
833
(!WindowHelper::
IsSubWindow
(node->GetWindowType()))) ||
H
A
D
window_controller.cpp
219
if (WindowHelper::
IsSubWindow
(property->GetWindowType())) {
in CheckParentWindowValid()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.cpp
4437
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnKeepKeyboardOnFocus()
5374
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnSetShadow()
5781
if (errCode == WmErrorCode::WM_OK && WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnMinimize()
6196
if (!WindowHelper::
IsSubWindow
(window->GetType())) {
in OnSetSubWindowModal()
6451
if (!WindowHelper::
IsSubWindow
(weakWindow->GetType()) &&
in OnSetWindowMask()
6588
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnSetImmersiveModeEnabledState()
6617
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnGetImmersiveModeEnabledState()
6793
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnSetGestureBackEnabled()
6815
!WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in OnGetGestureBackEnabled()
6840
if (!WindowHelper::
IsSubWindow
(windowToke
in CreateNewSubWindowTask()
[all...]
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow_manager.cpp
698
if (parentContainer->IsMainWindow() || parentContainer->
IsSubWindow
() ||
in GetToastWindowType()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H
A
D
window_impl.cpp
696
if (WindowHelper::
IsSubWindow
(windowToken_->GetType())) {
in Minimize()
Completed in 98 milliseconds