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:testLabel_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_render/
H
A
D
ui_test_render.cpp
123
testLabel_
= new UILabel();
in UIKitRenderTestRenderMeasure001()
124
group->Add(
testLabel_
);
in UIKitRenderTestRenderMeasure001()
125
testLabel_
->SetPosition(VIEW_DISTANCE_TO_LEFT_SIDE, VIEW_DISTANCE_TO_TOP_SIDE);
in UIKitRenderTestRenderMeasure001()
126
testLabel_
->Resize(150, 80); // 150: width 80: height
in UIKitRenderTestRenderMeasure001()
127
testLabel_
->SetViewId("label_text");
in UIKitRenderTestRenderMeasure001()
128
testLabel_
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE);
in UIKitRenderTestRenderMeasure001()
129
testLabel_
->SetLineBreakMode(UILabel::LINE_BREAK_WRAP);
in UIKitRenderTestRenderMeasure001()
130
testLabel_
->SetText("示例文字,示例文字");
in UIKitRenderTestRenderMeasure001()
152
testLabel_
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 15); // 18: font size
in OnClick()
H
A
D
ui_test_render.h
52
UILabel*
testLabel_
= nullptr;
member in OHOS::UITestRender
/foundation/arkui/ui_lite/test/framework/src/
H
A
D
ui_test_app.cpp
55
if (
testLabel_
== nullptr) {
in InitMainMenu()
56
testLabel_
= new UILabel();
in InitMainMenu()
57
testLabel_
->Resize(300, BACK_BUTTON_HEIGHT); // 300: test Label width;
in InitMainMenu()
58
testLabel_
->SetAlign(TEXT_ALIGNMENT_LEFT, TEXT_ALIGNMENT_CENTER);
in InitMainMenu()
59
testLabel_
->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, 0);
in InitMainMenu()
60
testLabel_
->SetText("Test Demo");
in InitMainMenu()
61
testLabel_
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 30); // 30: means font size
in InitMainMenu()
62
mainMenu_->Add(
testLabel_
);
in InitMainMenu()
/foundation/arkui/ui_lite/test/framework/include/
H
A
D
ui_test_app.h
54
UILabel*
testLabel_
= nullptr;
member in OHOS::UITestApp
Completed in 1 milliseconds