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:UIArcLabel
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
97
UIArcLabel
* arcLabel = static_cast<
UIArcLabel
*>(view);
in CalculatedOffsetAngle()
137
UIArcLabel
::
UIArcLabel
()
in UIArcLabel()
function in OHOS::UIArcLabel
161
UIArcLabel
::~
UIArcLabel
()
in ~UIArcLabel()
175
void
UIArcLabel
::SetStyle(uint8_t key, int64_t value)
in SetStyle()
181
void
UIArcLabel
::SetText(const char* text)
in SetText()
193
const char*
UIArcLabel
::GetText() const
in GetText()
198
void
UIArcLabel
[all...]
/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H
A
D
ui_test_arc_label.cpp
127
UIArcLabel
* label = new
UIArcLabel
();
in TestArcLabelDisplay()
148
UIArcLabel
* label = static_cast<
UIArcLabel
*>(view_);
213
UIArcLabel
* label = new
UIArcLabel
();
in UIKitUIArcLabelTestIncompatible001()
243
UIArcLabel
* label = new
UIArcLabel
();
in UIKitUIArcLabelTestIncompatible002()
273
UIArcLabel
* label = new
UIArcLabel
();
in UIKitUIArcLabelTestIncompatible003()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_arc_label_unit_test.cpp
28
static
UIArcLabel
* arcLabel_;
30
UIArcLabel
* UIArcLabelTest::arcLabel_ = nullptr;
35
arcLabel_ = new
UIArcLabel
();
in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_arc_label.h
56
class
UIArcLabel
: public UIView {
class
59
* @brief A default constructor used to create a <b>
UIArcLabel
</b> instance.
64
UIArcLabel
();
67
* @brief A destructor used to delete the <b>
UIArcLabel
</b> instance.
72
virtual ~
UIArcLabel
();
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H
A
D
ui_test_opacity.h
65
* @brief Test
UIArcLabel
109
UIArcLabel
* CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const;
H
A
D
ui_test_opacity.cpp
211
UIArcLabel
* UITestOpacity::CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const
in CreateTestCaseUIArcLabel()
213
UIArcLabel
* label = new
UIArcLabel
();
in CreateTestCaseUIArcLabel()
228
UIViewGroup* group = CreateTestCaseGroup(" display
UIArcLabel
with opacity 200 and 100");
in UIKitOpacityTestUIArcLabel001()
231
UIArcLabel
* label = CreateTestCaseUIArcLabel("01234567", 200); // 200: opacity
in UIKitOpacityTestUIArcLabel001()
233
UIArcLabel
* label2 = CreateTestCaseUIArcLabel("01234567", 100); // 100: opacity
in UIKitOpacityTestUIArcLabel001()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
403
UIArcLabel
* label3 = new
UIArcLabel
();
in UIKitTestDumpDom005()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
404
UIArcLabel
* view = new
UIArcLabel
();
in UIKitUITestBorderMarginPaddingTest003()
Completed in 6 milliseconds