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:newDimension
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/
H
A
D
animatable_dimension.cpp
20
AnimatableDimension& AnimatableDimension::operator=(const Dimension&
newDimension
)
in operator =()
argument
24
dimension =
newDimension
;
in operator =()
28
AnimatableDimension& AnimatableDimension::operator=(const CalcDimension&
newDimension
)
in operator =()
argument
32
dimension =
newDimension
;
in operator =()
36
AnimatableDimension& AnimatableDimension::operator=(const AnimatableDimension&
newDimension
)
in operator =()
argument
38
SetUnit(
newDimension
.Unit());
in operator =()
39
SetAnimationOption(
newDimension
.GetAnimationOption());
in operator =()
42
if (
newDimension
.Unit() == DimensionUnit::CALC) {
in operator =()
43
SetCalcValue(
newDimension
.CalcValue());
in operator =()
45
SetValue(
newDimension
in operator =()
[all...]
H
A
D
calc_dimension.h
46
CalcDimension& operator=(const Dimension&
newDimension
)
in operator =()
argument
49
dimension =
newDimension
;
in operator =()
53
CalcDimension& operator=(const CalcDimension&
newDimension
)
in operator =()
argument
55
SetCalcValue(
newDimension
.CalcValue());
in operator =()
56
SetValue(
newDimension
.Value());
in operator =()
57
SetUnit(
newDimension
.Unit());
in operator =()
H
A
D
animatable_dimension.h
98
AnimatableDimension& operator=(const Dimension&
newDimension
);
100
AnimatableDimension& operator=(const CalcDimension&
newDimension
);
102
AnimatableDimension& operator=(const AnimatableDimension&
newDimension
);
Completed in 2 milliseconds