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:container_
(Results
1 - 3
of
3
) sorted by relevance
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H
A
D
ui_image_test.cpp
56
UIScrollView *
container_
= nullptr;
member in ImageDemo
87
if (
container_
== nullptr) {
in SetUp()
88
container_
= new UIScrollView();
in SetUp()
89
container_
->SetPosition(25, 25, Screen::GetInstance().GetWidth() - 50, Screen::GetInstance().GetHeight() - 50);
in SetUp()
90
container_
->SetHorizontalScrollState(false);
in SetUp()
96
DeleteChildren(
container_
);
in ~ImageDemo()
97
container_
= nullptr;
in ~ImageDemo()
107
return
container_
;
in GetView()
112
if (
container_
== nullptr) {
in CreateImageSwitch()
116
container_
in CreateImageSwitch()
185
UIScrollView *
container_
= nullptr;
global()
member in QrcodeDemo
[all...]
H
A
D
ui_test.cpp
43
UIScrollView*
container_
= nullptr;
member in UITest
61
if (
container_
== nullptr) {
in SetUp()
62
container_
= new UIScrollView();
in SetUp()
63
container_
->SetThrowDrag(true);
in SetUp()
64
container_
->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight());
in SetUp()
65
container_
->SetHorizontalScrollState(false);
in SetUp()
103
if (
container_
== nullptr) {
in Start()
117
container_
->Add(group);
in Start()
118
rootView_->Add(
container_
);
in Start()
H
A
D
ui_animator_test.cpp
145
DeleteChildren(
container_
);
in ~AnimatorDemo()
146
container_
= nullptr;
in ~AnimatorDemo()
180
UIScrollView *
container_
= nullptr;
member in AnimatorDemo
199
if (
container_
== nullptr) {
in SetUp()
200
container_
= new UIScrollView();
in SetUp()
201
container_
->SetPosition(25, 25, Screen::GetInstance().GetWidth() - 50, Screen::GetInstance().GetHeight() - 50);
in SetUp()
210
container_
->Add(uiViewGroupFrame_);
in SetUp()
213
container_
->Add(label_);
in SetUp()
225
uiViewGroupFrame_->Resize(
container_
->GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE,
in SetUp()
234
container_
in SetUp()
400
UIViewGroup *
container_
= nullptr;
global()
member in UIScaleRotateDemo
[all...]
Completed in 2 milliseconds