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:followSystem
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
408
void SetFollowSystem(bool
followSystem
)
in SetFollowSystem()
argument
410
followSystem_ =
followSystem
;
in SetFollowSystem()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
1274
auto
followSystem
= config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in InitToastServiceConfig()
local
1279
auto isFollowSystem =
followSystem
== "
followSystem
";
in InitToastServiceConfig()
1280
if (!
followSystem
.empty()) {
in InitToastServiceConfig()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
1394
auto
followSystem
= config->GetItem(OHOS::AAFwk::GlobalConfigurationKey::APP_FONT_SIZE_SCALE);
in UpdateFontScale()
local
1397
auto isFollowSystem =
followSystem
== "
followSystem
";
in UpdateFontScale()
1398
if (!
followSystem
.empty()) {
in UpdateFontScale()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_pattern.cpp
3342
auto
followSystem
= pipeline->IsFollowSystem();
in DumpScaleInfo()
local
3347
dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(
followSystem
)));
in DumpScaleInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_pattern.cpp
7063
auto
followSystem
= pipeline->IsFollowSystem();
in OnBackPressed()
local
7068
dumpLog.AddDesc(std::string("IsFollowSystem: ").append(std::to_string(
followSystem
)));
in OnBackPressed()
Completed in 34 milliseconds