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:labelButton2
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H
A
D
ui_test_screenshot.cpp
123
UILabelButton*
labelButton2
= SetUpButton("显示");
in UIKit_SCREENSHOT_TEST_001()
local
124
container_->Add(
labelButton2
);
in UIKit_SCREENSHOT_TEST_001()
125
labelButton2
->SetPosition(300, 50); // 300: position x; 50: position y
in UIKit_SCREENSHOT_TEST_001()
126
labelButton2
->SetWidth(labelButtonWidth);
in UIKit_SCREENSHOT_TEST_001()
127
labelButton2
->SetHeight(labelButtonHeight);
in UIKit_SCREENSHOT_TEST_001()
132
labelButton2
->SetOnClickListener(clickRightListener_);
in UIKit_SCREENSHOT_TEST_001()
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H
A
D
ui_test_opacity.cpp
203
UILabelButton*
labelButton2
= CreateTestCaseUILabelButton("100", 100); // 100: opacity
in UIKitOpacityTestUILabelButton001()
local
204
labelButton2
->SetX(200); // 200: width
in UIKitOpacityTestUILabelButton001()
205
group->Add(
labelButton2
);
in UIKitOpacityTestUILabelButton001()
339
UILabelButton*
labelButton2
= new UILabelButton();
in UIKitOpacityTestUIViewGroup001()
local
340
labelButton2
->SetPosition(170, 10, 60, 30); // 170: x 10: y 60 wdith 30 height
in UIKitOpacityTestUIViewGroup001()
341
labelButton2
->SetText("Test2");
in UIKitOpacityTestUIViewGroup001()
342
labelButton2
->SetOpaScale(100); // 100: opacity
in UIKitOpacityTestUIViewGroup001()
359
group1->Add(
labelButton2
);
in UIKitOpacityTestUIViewGroup001()
429
UILabelButton*
labelButton2
= new UILabelButton();
in UIKitOpacityTestUIScrollView001()
local
430
labelButton2
in UIKitOpacityTestUIScrollView001()
[all...]
Completed in 1 milliseconds