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:GetDecorEnable
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
accessibility_connection.cpp
108
info->isDecorEnable_ = property->
GetDecorEnable
();
in FillAccessibilityWindowInfo()
H
A
D
window_layout_policy_cascade.cpp
282
if (node->GetWindowProperty() != nullptr && !node->GetWindowProperty()->
GetDecorEnable
()) {
in CheckAspectRatioBySizeLimits()
335
if (node->GetWindowProperty() != nullptr && node->GetWindowProperty()->
GetDecorEnable
()) {
in ComputeRectByAspectRatio()
382
if (!property->
GetDecorEnable
() || property->GetDecoStatus() ||
in ComputeDecoratedRequestRect()
H
A
D
window_controller.cpp
1466
node->SetDecorEnable(property->
GetDecorEnable
());
in UpdateProperty()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
122
bool
GetDecorEnable
() const;
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_node_test.cpp
355
ASSERT_EQ(true, windowNode->GetWindowProperty()->
GetDecorEnable
());
in HWTEST_F()
357
ASSERT_EQ(false, windowNode->GetWindowProperty()->
GetDecorEnable
());
in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_impl_test3.cpp
784
ASSERT_FALSE(window->property_->
GetDecorEnable
());
in HWTEST_F()
788
ASSERT_TRUE(window->property_->
GetDecorEnable
());
in HWTEST_F()
792
ASSERT_FALSE(window->property_->
GetDecorEnable
());
in HWTEST_F()
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
464
bool WindowProperty::
GetDecorEnable
() const
in GetDecorEnable()
function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
3457
uiContent_->UpdateWindowMode(GetMode(), property_->
GetDecorEnable
());
in UpdateDecorEnable()
3460
NotifyModeChange(GetMode(), property_->
GetDecorEnable
());
in UpdateDecorEnable()
Completed in 18 milliseconds