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:UIBoxProgress
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_box_progress_unit_test.cpp
38
UIBoxProgress
* boxProgress_;
52
boxProgress_ = new
UIBoxProgress
();
in SetUp()
91
UIBoxProgress
::Direction direction =
UIBoxProgress
::Direction::DIR_BOTTOM_TO_TOP;
in HWTEST_F()
94
direction =
UIBoxProgress
::Direction::DIR_LEFT_TO_RIGHT;
in HWTEST_F()
97
direction =
UIBoxProgress
::Direction::DIR_RIGHT_TO_LEFT;
in HWTEST_F()
100
direction =
UIBoxProgress
::Direction::DIR_TOP_TO_BOTTOM;
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
horizonprogress_tdd_test.cpp
79
char className[] = "class OHOS::
UIBoxProgress
";
in HorizonProgressTest001()
83
* @tc.expected: step1. get progress type = horizon(
UIBoxProgress
).
in HorizonProgressTest001()
123
char className[] = "class OHOS::
UIBoxProgress
";
in HorizonProgressTest002()
126
* @tc.expected: step1. get progress type = horizon(
UIBoxProgress
).
in HorizonProgressTest002()
213
UIBoxProgress
* progressView = reinterpret_cast<
UIBoxProgress
*>(component->GetComponentRootView());
in HorizonProgressTest004()
255
UIBoxProgress
* progressView = reinterpret_cast<
UIBoxProgress
*>(component->GetComponentRootView());
in HorizonProgressTest005()
303
UIBoxProgress
* progressView = reinterpret_cast<
UIBoxProgress
*>(componen
in HorizonProgressTest006()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_box_progress.h
51
class
UIBoxProgress
: public UIAbstractProgress {
class
68
* @brief A constructor used to create a <b>
UIBoxProgress
</b> instance.
73
UIBoxProgress
();
76
* @brief A destructor used to delete the <b>
UIBoxProgress
</b> instance.
81
virtual ~
UIBoxProgress
() {}
in ~UIBoxProgress()
H
A
D
ui_slider.h
47
* @see
UIBoxProgress
51
class UISlider : public
UIBoxProgress
{
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_box_progress.cpp
22
UIBoxProgress
::
UIBoxProgress
()
in UIBoxProgress()
function in OHOS::UIBoxProgress
28
void
UIBoxProgress
::DrawValidRect(BufferInfo& gfxDstBuffer,
in DrawValidRect()
55
GRAPHIC_LOGE("
UIBoxProgress
: DrawValidRect direction Err!\n");
in DrawValidRect()
72
void
UIBoxProgress
::DrawRoundCap(BufferInfo& gfxDstBuffer,
in DrawRoundCap()
112
GRAPHIC_LOGE("
UIBoxProgress
: DrawRoundCap direction Err!\n");
in DrawRoundCap()
197
GRAPHIC_LOGE("
UIBoxProgress
: DrawRoundCap direction Err!\n");
in DrawRoundCap()
203
void
UIBoxProgress
::GetBackgroundParam(Point& startPoint,
in GetBackgroundParam()
233
GRAPHIC_LOGE("
UIBoxProgress
: GetBackgroundParam direction Err!\n");
in GetBackgroundParam()
239
void
UIBoxProgress
[all...]
/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H
A
D
ui_test_box_progress.cpp
46
label->SetText("
UIBoxProgress
效果");
in SetUp()
58
boxProgress_ = new
UIBoxProgress
();
in SetUp()
328
boxProgress_->SetDirection(
UIBoxProgress
::Direction::DIR_LEFT_TO_RIGHT);
in OnClick()
378
boxProgress_->SetDirection(
UIBoxProgress
::Direction::DIR_LEFT_TO_RIGHT);
in OnClick()
383
boxProgress_->SetDirection(
UIBoxProgress
::Direction::DIR_RIGHT_TO_LEFT);
in OnClick()
388
boxProgress_->SetDirection(
UIBoxProgress
::Direction::DIR_TOP_TO_BOTTOM);
in OnClick()
393
boxProgress_->SetDirection(
UIBoxProgress
::Direction::DIR_BOTTOM_TO_TOP);
in OnClick()
H
A
D
ui_test_box_progress.h
54
UIBoxProgress
* boxProgress_ = nullptr;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
horizon_progress_component.h
43
UIBoxProgress
progressView_;
H
A
D
horizon_progress_component.cpp
67
return const_cast<
UIBoxProgress
*>(&progressView_);
in GetComponentRootView()
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H
A
D
ui_test_view_scale_rotate.h
73
UIBoxProgress
* boxProgress_ = nullptr;
H
A
D
ui_test_view_scale_rotate.cpp
147
SetUpLabel("
UIBoxProgress
组件旋转 ");
in UIKitViewScaleRotateTestUIBoxProgress004()
152
boxProgress_ = new
UIBoxProgress
();
in UIKitViewScaleRotateTestUIBoxProgress004()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
349
UIBoxProgress
* boxProgress = new
UIBoxProgress
();
in UIKitTestDumpDom004()
352
boxProgress->SetDirection(
UIBoxProgress
::Direction::DIR_LEFT_TO_RIGHT);
in UIKitTestDumpDom004()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
417
UIBoxProgress
* boxProgress = new
UIBoxProgress
();
in UIKitUITestBorderMarginPaddingTest004()
Completed in 7 milliseconds