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 - 3
of
3
) sorted by relevance
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ability/
H
A
D
launcher.cpp
32
gifImageView_
= new UIImageView();
in InitUI()
33
gifImageView_
->SetPosition(img_x, img_y, img_w, img_h);
in InitUI()
34
gifImageView_
->SetSrc(LAUNCHER_GIF_PATH);
in InitUI()
35
rootView_->Add(
gifImageView_
);
in InitUI()
42
if (
gifImageView_
!= nullptr) {
in DeleteUI()
43
delete
gifImageView_
;
in DeleteUI()
44
gifImageView_
= nullptr;
in DeleteUI()
H
A
D
launcher.h
48
UIImageView *
gifImageView_
= nullptr;
member in OHOS::Launcher
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H
A
D
ui_image_test.cpp
58
UIImageView *
gifImageView_
= nullptr;
member in ImageDemo
98
gifImageView_
= nullptr;
in ~ImageDemo()
121
gifImageView_
= new UIImageView();
in CreateImageSwitch()
122
gifImageView_
->SetPosition(48, g_height);
in CreateImageSwitch()
123
gifImageView_
->SetSrc(GIF_PATH1);
in CreateImageSwitch()
124
gifImageView_
->Resize(100, 100);
in CreateImageSwitch()
125
container_->Add(
gifImageView_
);
in CreateImageSwitch()
152
if (
gifImageView_
== nullptr) {
in OnClick()
156
gifImageView_
->SetSrc(GIF_PATH2);
in OnClick()
158
gifImageView_
in OnClick()
[all...]
Completed in 1 milliseconds