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:infoLabel_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_video/
H
A
D
ui_test_video.cpp
42
if (
infoLabel_
!= nullptr) {
in TearDown()
43
delete
infoLabel_
;
in TearDown()
44
infoLabel_
= nullptr;
in TearDown()
169
infoLabel_
= new UILabel;
in UIKitUIVideoTestSetVideo001()
170
infoLabel_
->SetPosition(20, 60); // 20:position x 60:position y
in UIKitUIVideoTestSetVideo001()
171
infoLabel_
->Resize(200, 40); // 200:label width 40:label height
in UIKitUIVideoTestSetVideo001()
174
infoLabel_
->SetText("SetSrc error");
in UIKitUIVideoTestSetVideo001()
180
infoLabel_
->SetText("Prepare error");
in UIKitUIVideoTestSetVideo001()
185
testVideoListener_->SetInfoLabel(
infoLabel_
);
in UIKitUIVideoTestSetVideo001()
190
container_->Add(
infoLabel_
);
in UIKitUIVideoTestSetVideo001()
[all...]
H
A
D
ui_test_video.h
49
if (
infoLabel_
!= nullptr) {
50
infoLabel_
->SetText("OnPlaybackComplete");
56
if (
infoLabel_
!= nullptr) {
57
infoLabel_
->SetText("OnError");
63
if (
infoLabel_
!= nullptr) {
64
infoLabel_
->SetText("OnInfo");
70
if (
infoLabel_
!= nullptr) {
71
infoLabel_
->SetText("OnVideoSizeChanged");
77
if (
infoLabel_
!= nullptr) {
78
infoLabel_
109
UILabel*
infoLabel_
= nullptr;
global()
member in OHOS::UITestVideo::TestVideoListener
115
UILabel*
infoLabel_
= nullptr;
global()
member in OHOS::UITestVideo
[all...]
Completed in 1 milliseconds