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:scaleEnd_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_texture_mapper.cpp
45
scaleEnd_
(SCALE_CONVERTION),
in UITextureMapper()
82
if (scaleStart_ !=
scaleEnd_
) {
in Callback()
83
scaleCur_ = easingFunc_(scaleStart_,
scaleEnd_
, actualTime, durationTime);
in Callback()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H
A
D
tv_interactive_effect.h
37
scaleEnd_
= theme_->GetFocusScale(); // 1.05
48
scaleEnd_
= theme_->GetFocusScaleLarge(); // 1.0
H
A
D
watch_interactive_effect.h
35
scaleEnd_
= scale_ * theme_->GetClickScale(); // scale_ * 0.95;
H
A
D
tv_interactive_effect.cpp
28
auto scaleFrameEnd = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_END_TIME,
scaleEnd_
);
in BuildStateAnimation()
H
A
D
watch_interactive_effect.cpp
49
auto scaleFrameMid = AceType::MakeRefPtr<Keyframe<double>>(ANIMATION_HALF_TIME,
scaleEnd_
);
in BuildClickScaleAnimation()
H
A
D
interactive_effect.h
122
double
scaleEnd_
= 1.0;
member in OHOS::Ace::InteractiveEffect
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_texture_mapper.h
138
scaleEnd_
= static_cast<int16_t>(FloatToInt64(end));
in SetScaleEnd()
286
int16_t
scaleEnd_
;
member in OHOS::UITextureMapper
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_theme.h
289
return
scaleEnd_
;
in GetScaleEnd()
561
double
scaleEnd_
= 1.0;
member in OHOS::Ace::DialogTheme
H
A
D
dialog_theme.cpp
162
theme->
scaleEnd_
= dialogPattern->GetAttr<double>("dialog_scale_end", 1.0f);
in ParseNewPattern()
Completed in 6 milliseconds