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:iconUpdate
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/resource/
H
A
D
resource_configuration.h
26
bool
iconUpdate
= false;
member
33
return colorModeUpdate || languageUpdate || directionUpdate || dpiUpdate || fontUpdate ||
iconUpdate
||
in IsNeedUpdate()
44
iconUpdate
|= config.
iconUpdate
;
in MergeConfig()
/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/
H
A
D
recycle_manager_test.cpp
74
c1.
iconUpdate
== c2.
iconUpdate
&& c1.skinUpdate == c2.skinUpdate &&
in CompareConfig()
82
c1.
iconUpdate
& c2.
iconUpdate
|| c1.skinUpdate & c2.skinUpdate || c1.fontScaleUpdate & c2.fontScaleUpdate ||
in ContainConfig()
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
frame_node_test_ng_coverage.cpp
713
configurationChange.
iconUpdate
= false;
in HWTEST_F()
718
EXPECT_FALSE(configurationChange.
iconUpdate
);
in HWTEST_F()
H
A
D
frame_node_test_ng.cpp
1336
configurationChange.
iconUpdate
= true;
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
2541
int
iconUpdate
= json->GetInt("icons");
in ProcessThemeUpdate()
local
2542
configurationChange.
iconUpdate
=
iconUpdate
;
in ProcessThemeUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
frame_node.cpp
1257
if (configurationChange.
iconUpdate
) {
in OnConfigurationUpdate()
Completed in 21 milliseconds