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:ENTER_IMMERSIVE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/previewer/include/
H
A
D
wm_common.h
793
ENTER_IMMERSIVE
= 2, // imersiveStateEnable will be set as true
member in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag::MaximizePresentation
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test2.cpp
1491
MaximizePresentation presentation = MaximizePresentation::
ENTER_IMMERSIVE
;
in HWTEST_F()
1526
MaximizePresentation presentation = MaximizePresentation::
ENTER_IMMERSIVE
;
in HWTEST_F()
1543
// case4: maximize(
ENTER_IMMERSIVE
) and the immersive value will be set as true
in HWTEST_F()
1544
presentation = MaximizePresentation::
ENTER_IMMERSIVE
;
in HWTEST_F()
H
A
D
window_test.cpp
2400
MaximizePresentation presentation = MaximizePresentation::
ENTER_IMMERSIVE
;
in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
wm_common.h
1203
ENTER_IMMERSIVE
= 2, // imersiveStateEnable will be set as true
member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::MaximizePresentation
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
928
Maximize(MaximizePresentation::
ENTER_IMMERSIVE
);
in GetConfigurationFromAbilityInfo()
2227
case MaximizePresentation::
ENTER_IMMERSIVE
:
in Maximize()
3513
Maximize(fullScreen ? MaximizePresentation::
ENTER_IMMERSIVE
: MaximizePresentation::EXIT_IMMERSIVE);
in NotifySessionFullScreen()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window_utils.cpp
290
napi_set_named_property(env, objValue, "
ENTER_IMMERSIVE
", CreateJsValue(env,
in MaximizePresentationInit()
291
static_cast<int32_t>(MaximizePresentation::
ENTER_IMMERSIVE
)));
in MaximizePresentationInit()
H
A
D
js_window.cpp
5831
MaximizePresentation presentation = MaximizePresentation::
ENTER_IMMERSIVE
;
in OnMaximize()
Completed in 32 milliseconds