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:isLoading_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H
A
D
render_data_panel.h
124
if (!
isLoading_
&& progressTransitionController_) {
137
if (!
isLoading_
&& progressTransitionController_) {
154
bool
isLoading_
= false;
member in OHOS::Ace::RenderProgressDataPanel
H
A
D
render_data_panel.cpp
127
if (
isLoading_
!= (dataPanelComponent->GetPanelType() == ChartType::LOADING)) {
in Update()
130
isLoading_
= dataPanelComponent->GetPanelType() == ChartType::LOADING ? true : false;
in Update()
148
if (
isLoading_
&& !animationInitialized_) {
in Update()
167
} else if (!
isLoading_
&& needUpdateAnimation) {
in Update()
H
A
D
data_panel_component.h
275
return
isLoading_
;
in IsLoading()
280
isLoading_
= isLoading;
in SetIsLoadingType()
287
bool
isLoading_
= false;
member in OHOS::Ace::ProgressDataPanelComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H
A
D
loading_progress_modifier.h
67
isLoading_
= false;
in SetVisible()
120
bool
isLoading_
= false;
member in OHOS::Ace::NG::LoadingProgressModifier
H
A
D
loading_progress_modifier.cpp
416
if (
isLoading_
) {
in StartRecycle()
421
isLoading_
= true;
in StartRecycle()
485
if (
isLoading_
) {
in ChangeRefreshFollowData()
503
isLoading_
= false;
in CloseAnimation()
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H
A
D
progress_modifier_test_ng.cpp
695
EXPECT_EQ(progressModifier->
isLoading_
, true);
in HWTEST_F()
702
EXPECT_EQ(progressModifier->
isLoading_
, false);
in HWTEST_F()
759
progressModifier->
isLoading_
= true;
in HWTEST_F()
830
progressModifier->
isLoading_
= false;
in HWTEST_F()
835
progressModifier->
isLoading_
= false;
in HWTEST_F()
841
progressModifier->
isLoading_
= false;
in HWTEST_F()
851
progressModifier->
isLoading_
= false;
in HWTEST_F()
1265
EXPECT_EQ(modifier->
isLoading_
, false);
in HWTEST_F()
1271
EXPECT_EQ(modifier->
isLoading_
, false);
in HWTEST_F()
1285
modifier->
isLoading_
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_modifier.h
153
bool
isLoading_
= false;
member in OHOS::Ace::NG::ProgressModifier
H
A
D
progress_modifier.cpp
260
if (
isLoading_
) {
in SetVisible()
279
if (!
isLoading_
&& isVisible_) {
in StartRingLoadingAnimation()
280
isLoading_
= true;
in StartRingLoadingAnimation()
347
isLoading_
= false;
in StopRingLoadingTailAnimation()
606
if (
isLoading_
) {
in SetValue()
894
if (
isLoading_
) {
in PaintRing()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1249
bool
isLoading_
= false; // is loading?
member in OHOS::AAFwk::AbilityRecord
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H
A
D
loading_progress_test_ng.cpp
159
EXPECT_FALSE(loadingProgressPattern->loadingProgressModifier_->
isLoading_
);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
2859
isLoading_
= status;
in SetLoading()
2864
return
isLoading_
;
in IsLoading()
Completed in 17 milliseconds