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:PreLayoutOnShow
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/wm/include/
H
A
D
window_scene_session_impl.h
252
void
PreLayoutOnShow
(WindowType type, const sptr<DisplayInfo>& info = nullptr);
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test3.cpp
2038
* @tc.name:
PreLayoutOnShow
2039
* @tc.desc:
PreLayoutOnShow
2042
HWTEST_F(WindowSceneSessionImplTest3,
PreLayoutOnShow
, Function | SmallTest | Level2)
in HWTEST_F()
2046
option->SetWindowName("
PreLayoutOnShow
");
in HWTEST_F()
2052
window->
PreLayoutOnShow
(window->property_->GetWindowType()); // uicontent is nullptr
in HWTEST_F()
2061
window->
PreLayoutOnShow
(window->property_->GetWindowType());
in HWTEST_F()
2070
window->
PreLayoutOnShow
(window->property_->GetWindowType());
in HWTEST_F()
2076
window->
PreLayoutOnShow
(window->property_->GetWindowType());
in HWTEST_F()
2082
window->
PreLayoutOnShow
(window->property_->GetWindowType());
in HWTEST_F()
H
A
D
window_scene_session_impl_test4.cpp
1444
* @tc.desc:
PreLayoutOnShow
1460
window->
PreLayoutOnShow
(WindowType::WINDOW_TYPE_APP_SUB_WINDOW, displayInfo);
in HWTEST_F()
1462
window->
PreLayoutOnShow
(WindowType::WINDOW_TYPE_APP_SUB_WINDOW, displayInfo);
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
1089
void WindowSceneSessionImpl::
PreLayoutOnShow
(WindowType type, const sptr<DisplayInfo>& info)
in PreLayoutOnShow()
function in OHOS::Rosen::WindowSceneSessionImpl
1177
PreLayoutOnShow
(type, displayInfo);
in Show()
Completed in 14 milliseconds