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:gifImageView_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_image/
H
A
D
ui_test_image.cpp
46
gifImageView_
= nullptr;
in TearDown()
422
gifImageView_
= new UIImageView();
in UIKitUIImageTestSetImage016()
423
gifImageView_
->SetPosition(VIEW_DISTANCE_TO_LEFT_SIDE, 1790); // 1790: Y-coordinate
in UIKitUIImageTestSetImage016()
424
gifImageView_
->SetSrc(GIF_IMAGE_PATH1);
in UIKitUIImageTestSetImage016()
425
container_->Add(
gifImageView_
);
in UIKitUIImageTestSetImage016()
473
if (
gifImageView_
== nullptr) {
in OnClick()
477
gifImageView_
->SetSrc(GIF_IMAGE_PATH2);
in OnClick()
479
gifImageView_
->SetSrc(JPEG_IMAGE_PATH);
in OnClick()
481
gifImageView_
->SetSrc(BLUE_IMAGE_PATH);
in OnClick()
483
gifImageView_
in OnClick()
[all...]
H
A
D
ui_test_image.h
72
UIImageView*
gifImageView_
= nullptr;
member in OHOS::UITestImage
Completed in 2 milliseconds