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:uiLabel
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_label/
H
A
D
ui_test_label.cpp
39
uiLabel
= nullptr;
in TearDown()
96
uiLabel
= new UILabel();
in UIKitUILabelTestDisplay001()
97
uiLabel
->SetText("图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统图形子系统");
in UIKitUILabelTestDisplay001()
98
uiLabel
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 26); // 26: font size
in UIKitUILabelTestDisplay001()
99
uiLabel
->SetPosition(0, 141, 280, 336); // 141: y-coordinate; 280: width; 336: height
in UIKitUILabelTestDisplay001()
100
uiViewGroupFrame->Add(
uiLabel
);
in UIKitUILabelTestDisplay001()
216
uiLabel
->Resize(288, 100); // 288: width; 100: height
in OnClick()
217
uiLabel
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 26); // 26: font size
in OnClick()
219
uiLabel
->SetFont(DEFAULT_VECTOR_FONT_FILENAME, 18); // 18: font size
in OnClick()
221
uiLabel
in OnClick()
[all...]
H
A
D
ui_test_label.h
46
UILabel*
uiLabel
= nullptr;
member in OHOS::UITestLabel
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
marquee_component.cpp
34
UI_LABEL_TYPE_WRAPPER *
uiLabel
= TextComponent::GetUILabelView();
in CreateNativeViews()
local
35
if (
uiLabel
!= nullptr) {
in CreateNativeViews()
37
uiLabel
->SetLineBreakMode(UILabel::LINE_BREAK_MARQUEE);
in CreateNativeViews()
86
UI_LABEL_TYPE_WRAPPER *
uiLabel
= TextComponent::GetUILabelView();
in SetRollSpeed()
local
87
if (
uiLabel
!= nullptr) {
in SetRollSpeed()
94
uiLabel
->SetRollSpeed(rollSpeed);
in SetRollSpeed()
96
uiLabel
->SetRollSpeed(scrollamount_);
in SetRollSpeed()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
marquee_tdd_test.cpp
271
UILabel *
uiLabel
= reinterpret_cast<UILabel *>(component->GetComponentRootView());
in ComponentMarqueeStyleSetTest011()
local
276
uint16_t fontSize =
uiLabel
->GetFontId();
in ComponentMarqueeStyleSetTest011()
315
UILabel *
uiLabel
= reinterpret_cast<UILabel *>(component->GetComponentRootView());
in ComponentMarqueeStyleSetTest012()
local
321
uint16_t fontSize =
uiLabel
->GetFontId();
in ComponentMarqueeStyleSetTest012()
367
UILabel *
uiLabel
= reinterpret_cast<UILabel *>(component->GetComponentRootView());
in ComponentMarqueeStyleSetTest013()
local
372
uint16_t fontSize =
uiLabel
->GetFontId();
in ComponentMarqueeStyleSetTest013()
H
A
D
opacity_tdd_test.cpp
187
UILabel*
uiLabel
= reinterpret_cast<UILabel *>(textComponent->GetComponentRootView());
in SetOpacityTest005()
local
188
EXPECT_EQ((int)(
uiLabel
->GetOpaScale() * (
uiLabel
->GetStyle(STYLE_TEXT_OPA)) / OPA_OPAQUE),
in SetOpacityTest005()
/foundation/arkui/ui_lite/test/uitest/test_button/
H
A
D
ui_test_button.cpp
156
explicit TestBtnOnStateChangeListener(UILabel*
uiLabel
) : uiLabel_(
uiLabel
) {}
in TestBtnOnStateChangeListener()
argument
Completed in 4 milliseconds