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:imageAnimatorInfo
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_image_animator.cpp
91
ImageAnimatorInfo*
imageAnimatorInfo
= &(imageSrc_[drawingImage]);
in UpdateImage()
local
92
if (
imageAnimatorInfo
->imageType == IMG_SRC_FILE_PATH) {
in UpdateImage()
93
SetSrc(
imageAnimatorInfo
->imagePath);
in UpdateImage()
94
} else if (
imageAnimatorInfo
->imageType == IMG_SRC_IMAGE_INFO) {
in UpdateImage()
95
SetSrc(
imageAnimatorInfo
->imageInfo);
in UpdateImage()
98
SetPosition(
imageAnimatorInfo
->pos.x,
imageAnimatorInfo
->pos.y);
in UpdateImage()
99
SetWidth(
imageAnimatorInfo
->width);
in UpdateImage()
100
SetHeight(
imageAnimatorInfo
->height);
in UpdateImage()
173
ImageAnimatorInfo*
imageAnimatorInfo
in Reset()
local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H
A
D
ui_test_opacity.h
111
UIImageAnimatorView* CreateTestCaseUIImageAnimator(const ImageAnimatorInfo
imageAnimatorInfo
[],
H
A
D
ui_test_opacity.cpp
268
UIImageAnimatorView* UITestOpacity::CreateTestCaseUIImageAnimator(const ImageAnimatorInfo
imageAnimatorInfo
[],
in CreateTestCaseUIImageAnimator()
argument
274
imageAnimator->SetImageAnimatorSrc(
imageAnimatorInfo
, 4, 10); // 4: image number, 10: updating time
in CreateTestCaseUIImageAnimator()
Completed in 2 milliseconds