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:SetDecoStatus
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_node.cpp
56
void WindowNode::
SetDecoStatus
(bool decoStatus)
in SetDecoStatus()
function in OHOS::Rosen::WindowNode
58
property_->
SetDecoStatus
(decoStatus);
in SetDecoStatus()
H
A
D
window_layout_policy_cascade.cpp
80
node->
SetDecoStatus
(true);
in Reorder()
369
node->
SetDecoStatus
(false); // newRect is not rect with decor, reset decor status
in ComputeRectByAspectRatio()
398
property->
SetDecoStatus
(true);
in ComputeDecoratedRequestRect()
654
node->
SetDecoStatus
(true);
in SetDefaultCascadeRect()
H
A
D
window_layout_policy_tile.cpp
323
node->
SetDecoStatus
(true);
in ApplyPresetRectForTileWindows()
H
A
D
window_controller.cpp
332
property->
SetDecoStatus
(true);
in AddWindowNode()
1448
node->
SetDecoStatus
(property->GetDecoStatus());
in UpdateProperty()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node.h
65
void
SetDecoStatus
(bool decoStatus);
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
44
void
SetDecoStatus
(bool decoStatus);
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
47
void WindowProperty::
SetDecoStatus
(bool decoStatus)
in SetDecoStatus()
function in OHOS::Rosen::WindowProperty
754
property->
SetDecoStatus
(parcel.ReadBool());
in Unmarshalling()
886
SetDecoStatus
(parcel.ReadBool());
in Read()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_node_test.cpp
337
* @tc.desc:
SetDecoStatus
& GetDecoStatus
349
windowNode->
SetDecoStatus
(true);
in HWTEST_F()
351
windowNode->
SetDecoStatus
(false);
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
1805
property_->
SetDecoStatus
(false);
in Resize()
2710
property_->
SetDecoStatus
(decoStatus);
in UpdateRect()
Completed in 18 milliseconds