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:isCustom
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_transition.h
45
void SetIsCustom(bool
isCustom
)
in SetIsCustom()
argument
47
isCustom_ =
isCustom
;
in SetIsCustom()
H
A
D
rs_property_animation.cpp
33
void RSPropertyAnimation::SetIsCustom(const bool
isCustom
)
in SetIsCustom()
argument
35
isCustom_ =
isCustom
;
in SetIsCustom()
172
dumpInfo += ",
isCustom
:" + std::to_string(isCustom_);
in DumpAnimationInfo()
H
A
D
rs_property_animation.h
33
void SetIsCustom(const bool
isCustom
);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H
A
D
rsanimation_fuzzer.cpp
144
bool
isCustom
= GetData<bool>();
in RsCurveAnimationFuzzTest()
local
153
secondCurve->SetIsCustom(
isCustom
);
in RsCurveAnimationFuzzTest()
175
bool
isCustom
= GetData<bool>();
in RsKeyframeAnimationFuzzTest()
local
185
keyframe->SetIsCustom(
isCustom
);
in RsKeyframeAnimationFuzzTest()
205
bool
isCustom
= GetData<bool>();
in RsPathAnimationFuzzTest()
local
228
secondPathAnimation->SetIsCustom(
isCustom
);
in RsPathAnimationFuzzTest()
270
bool
isCustom
= GetData<bool>();
in RsSpringAnimationFuzzTest()
local
280
secondSpringAnimation->SetIsCustom(
isCustom
);
in RsSpringAnimationFuzzTest()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_layout_algorithm.cpp
162
auto
isCustom
= navDestination->GetPrevTitleIsCustomValue(false);
in GetTitleWidth()
local
167
occupiedWidth +=
isCustom
? backButtonWidth_.ConvertToPx() + paddingLeft :
in GetTitleWidth()
170
occupiedWidth +=
isCustom
? (BACK_BUTTON_ICON_SIZE + BUTTON_PADDING).ConvertToPx() + paddingLeft :
in GetTitleWidth()
174
occupiedWidth +=
isCustom
? 0.0f : paddingLeft;
in GetTitleWidth()
178
occupiedWidth +=
isCustom
? 0.0f : paddingRight;
in GetTitleWidth()
183
occupiedWidth +=
isCustom
? 0.0f : horizontalMargin;
in GetTitleWidth()
191
auto
isCustom
= navBarNode->GetPrevTitleIsCustomValue(false);
in GetTitleWidth()
local
195
occupiedWidth +=
isCustom
? 0.0f : paddingLeft;
in GetTitleWidth()
199
occupiedWidth +=
isCustom
? customBackButtonRightPadding : horizontalMargin;
in GetTitleWidth()
203
occupiedWidth +=
isCustom
in GetTitleWidth()
586
auto
isCustom
= navDestination->GetPrevTitleIsCustomValue(false);
LayoutTitle()
local
628
auto
isCustom
= navBarNode->GetPrevTitleIsCustomValue(false);
LayoutTitle()
local
[all...]
H
A
D
navigation_title_util.h
78
static std::string GetTitleString(const RefPtr<TitleBarNode>& titleBarNode, bool
isCustom
);
H
A
D
navigation_model.h
89
virtual void SetIsCustomAnimation(bool
isCustom
);
H
A
D
navigation_pattern.h
334
void SetIsCustomAnimation(bool
isCustom
)
in SetIsCustomAnimation()
argument
336
isCustomAnimation_ =
isCustom
;
in SetIsCustomAnimation()
H
A
D
navigation_model_ng.h
71
void SetIsCustomAnimation(bool
isCustom
) override;
H
A
D
navigation_title_util.cpp
612
std::string NavigationTitleUtil::GetTitleString(const RefPtr<TitleBarNode>& titleBarNode, bool
isCustom
)
in GetTitleString()
argument
614
if (
isCustom
) {
in GetTitleString()
H
A
D
title_bar_pattern.cpp
1677
auto
isCustom
= navBarNode->GetPrevTitleIsCustomValue(false);
in UpdateTitlePositionInfo()
local
1682
minTitleOffsetX_ =
isCustom
? 0.0f : GetNavLeftPadding(titleWidth);
in UpdateTitlePositionInfo()
H
A
D
navigation_model_ng.cpp
1405
void NavigationModelNG::SetIsCustomAnimation(bool
isCustom
)
in SetIsCustomAnimation()
argument
1411
pattern->SetIsCustomAnimation(
isCustom
);
in SetIsCustomAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
navigation_model_impl.h
62
void SetIsCustomAnimation(bool
isCustom
) override;
H
A
D
navigation_model_impl.cpp
278
void NavigationModelImpl::SetIsCustomAnimation(bool
isCustom
) {}
in SetIsCustomAnimation()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H
A
D
tabs_model.h
141
virtual void SetIsCustomAnimation(bool
isCustom
) {}
in SetIsCustomAnimation()
argument
H
A
D
tabs_model_ng.h
64
void SetIsCustomAnimation(bool
isCustom
) override;
H
A
D
tabs_model_ng.cpp
918
void TabsModelNG::SetIsCustomAnimation(bool
isCustom
)
in SetIsCustomAnimation()
argument
922
swiperLayoutProperty->UpdateIsCustomAnimation(
isCustom
);
in SetIsCustomAnimation()
927
tabPattern->SetIsCustomAnimation(
isCustom
);
in SetIsCustomAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_command.h
171
void SetIsCustomComponent(bool
isCustom
)
in SetIsCustomComponent()
argument
173
isCustomComponent_ =
isCustom
;
in SetIsCustomComponent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H
A
D
rs_property.h
125
virtual void SetIsCustom(bool
isCustom
) {}
in SetIsCustom()
argument
305
void SetIsCustom(bool
isCustom
) override
307
isCustom_ =
isCustom
;
Completed in 23 milliseconds