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:isDynamicRender_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
413
return
isDynamicRender_
;
in IsDynamicRender()
418
isDynamicRender_
= isDynamicRender;
in SetIsDynamicRender()
631
bool
isDynamicRender_
= false;
member in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
746
isDynamicRender_
= isDynamicRender;
in SetIsDynamicRender()
751
return
isDynamicRender_
;
in IsDynamicRender()
1496
bool
isDynamicRender_
= false;
member in OHOS::OHOS::Ace::PipelineBase
H
A
D
pipeline_base.cpp
243
if ((isJsCard_ || (isFormRender_ && !
isDynamicRender_
)) && GreatOrEqual(fontScale_, CARD_MAX_FONT_SCALE)) {
in SetFontScale()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
focus_hub_test_ng_for_property_config.cpp
1157
MockContainer::Current()->
isDynamicRender_
= true;
in HWTEST_F()
1162
MockContainer::Current()->
isDynamicRender_
= false;
in HWTEST_F()
1192
MockContainer::Current()->
isDynamicRender_
= true;
in HWTEST_F()
1196
MockContainer::Current()->
isDynamicRender_
= false;
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
419
bool
isDynamicRender_
= false;
member in OHOS::OHOS::Ace::UIContentImpl
H
A
D
ui_content_impl.cpp
892
isDynamicRender_
= true;
in InitializeDynamic()
1230
container->SetIsDynamicRender(
isDynamicRender_
);
in CommonInitializeForm()
1273
if (
isDynamicRender_
) {
in CommonInitializeForm()
1281
if (
isDynamicRender_
) {
in CommonInitializeForm()
1317
if (isFormRender_ && !
isDynamicRender_
) {
in CommonInitializeForm()
2521
isDynamicRender =
isDynamicRender_
, animationOpt, avoidAreas]() {
in UpdateViewportConfigWithAnimation()
H
A
D
ace_container.cpp
2023
pipelineContext_->SetIsDynamicRender(
isDynamicRender_
);
in AttachView()
Completed in 28 milliseconds