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:UISlider
(Results
1 - 22
of
22
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_slider.cpp
28
UISlider
::
UISlider
() : knobWidth_(0), knobStyleAllocFlag_(false), knobImage_(nullptr), listener_(nullptr)
in UISlider()
function in OHOS::UISlider
49
UISlider
::~
UISlider
()
in ~UISlider()
63
void
UISlider
::SetKnobStyle(const Style& style)
in SetKnobStyle()
76
void
UISlider
::SetKnobStyle(uint8_t key, int64_t value)
in SetKnobStyle()
89
const Style&
UISlider
::GetKnobStyle() const
in GetKnobStyle()
94
int64_t
UISlider
::GetKnobStyle(uint8_t key) const
in GetKnobStyle()
99
void
UISlider
::SetKnobImage(const ImageInfo* knobImage)
in SetKnobImage()
107
void
UISlider
[all...]
H
A
D
ui_video.cpp
494
playSlider_ = new
UISlider
();
in InitControllerSlider()
496
GRAPHIC_LOGE("new
UISlider
fail");
in InitControllerSlider()
511
playSlider_->SetDirection(
UISlider
::Direction::DIR_LEFT_TO_RIGHT);
in InitControllerSlider()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
slider_tdd_test.cpp
43
UISlider
* sliderView = reinterpret_cast<
UISlider
*>(sliderComponent->GetComponentRootView());
in ComponentSliderAttributeMinTest001()
85
UISlider
* sliderView = reinterpret_cast<
UISlider
*>(sliderComponent->GetComponentRootView());
in ComponentSliderAttributeMaxTest002()
125
UISlider
* sliderView = reinterpret_cast<
UISlider
*>(sliderComponent->GetComponentRootView());
in ComponentSliderAttributeValueTest003()
177
UISlider
* uiSliderView = reinterpret_cast<
UISlider
*>(sliderComponent->GetComponentRootView());
in ComponentSliderStyleSetColorTest004()
239
UISlider
* uiSliderView = reinterpret_cast<
UISlider
*>(sliderComponen
in ComponentSliderStyleSetSelectColorTest005()
[all...]
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_slider_unit_test.cpp
26
static
UISlider
* slider_;
29
UISlider
* UISliderTest::slider_ = nullptr;
34
slider_ = new
UISlider
();
in SetUpTestCase()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
slider_component.cpp
30
direction_(
UISlider
::Direction::DIR_LEFT_TO_RIGHT)
41
return const_cast<
UISlider
*>(&sliderView_);
in GetComponentRootView()
188
direction_ = (!strcmp(directionValue, sliderDirectionColumn)) ?
UISlider
::Direction::DIR_BOTTOM_TO_TOP
in SetDirection()
189
:
UISlider
::Direction::DIR_LEFT_TO_RIGHT;
in SetDirection()
198
if (direction_ ==
UISlider
::Direction::DIR_BOTTOM_TO_TOP) {
in SetWidthAndHeight()
H
A
D
slider_component.h
52
UISlider
sliderView_;
54
UISlider
::Direction direction_;
H
A
D
panel_view.h
43
const
UISlider
* GetVideoSlider() const;
71
UISlider
* videoSlider_;
H
A
D
panel_view.cpp
47
videoSlider_ = new
UISlider
();
in InitView()
84
const
UISlider
*PanelView::GetVideoSlider() const
in GetVideoSlider()
H
A
D
video_component.h
133
class VideoSliderEventListener final: public
UISlider
::UISliderEventListener, public
UISlider
::OnClickListener {
277
const
UISlider
* slider = panelView->GetVideoSlider();
H
A
D
video_component.cpp
229
UISlider
*videoSlider = const_cast<
UISlider
*>(videoPanelView->GetVideoSlider());
in RegisterVideoEventListener()
383
UISlider
*slider = const_cast<
UISlider
*>(panelView->GetVideoSlider());
in SetPanelView()
H
A
D
video_view.cpp
337
UISlider
* slider = const_cast<
UISlider
*>(panelView_->GetVideoSlider());
in HideVideoPanel()
454
UISlider
* videoSlider = const_cast<
UISlider
*>(panelView_->GetVideoSlider());
in UpdatePanelTimeText()
H
A
D
event_listener.h
230
class SliderEventListener final : public
UISlider
::UISliderEventListener {
/foundation/arkui/ui_lite/test/unittest/rotate/
H
A
D
ui_rotate_input_unit_test.cpp
101
UISlider
* slider = new
UISlider
();
in HWTEST_F()
171
UISlider
* slider = new
UISlider
();
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_slider.h
51
class
UISlider
: public UIBoxProgress {
class
54
* @brief A constructor used to create a <b>
UISlider
</b> instance.
59
UISlider
();
62
* @brief A destructor used to delete the <b>
UISlider
</b> instance.
67
virtual ~
UISlider
();
285
* This is an inner class of <b>
UISlider
</b> used to listen for slider events and invoke the callback function.
287
* @see
UISlider
354
}; // class
UISlider
H
A
D
ui_video.h
58
public
UISlider
::UISliderEventListener {
330
SliderAnimatorCallback(UIVideo* video,
UISlider
* slider, UILabel* label)
in SliderAnimatorCallback()
366
UISlider
* slider_ = nullptr;
473
UISlider
* playSlider_ = nullptr;
/foundation/arkui/ui_lite/test/uitest/test_slider/
H
A
D
ui_test_slider.cpp
127
label->SetText("
UISlider
效果");
in SetUp()
139
slider_ = new
UISlider
();
in SetUp()
143
slider_->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in SetUp()
436
slider_->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in OnClick()
491
slider_->SetDirection(
UISlider
::Direction::DIR_LEFT_TO_RIGHT);
in ExpandClick1()
499
slider_->SetDirection(
UISlider
::Direction::DIR_RIGHT_TO_LEFT);
in ExpandClick1()
507
slider_->SetDirection(
UISlider
::Direction::DIR_TOP_TO_BOTTOM);
in ExpandClick1()
515
slider_->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in ExpandClick1()
531
slider_->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in ExpandClick2()
H
A
D
ui_test_slider.h
26
class TestUISliderEventListener : public
UISlider
::UISliderEventListener,
88
UISlider
* slider_ = nullptr;
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H
A
D
ui_test_view_scale_rotate.cpp
202
UISlider
* slider = new
UISlider
();
in UIKitViewScaleRotateTestGroup007()
205
slider->SetDirection(
UISlider
::Direction::DIR_LEFT_TO_RIGHT);
in UIKitViewScaleRotateTestGroup007()
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.h
52
UISlider
* slider_ = nullptr;
H
A
D
ui_test_rotate_input.cpp
310
UILabel* label = GetTitleLabel("
UISlider
Test");
in UIKitRotateEventSlider004()
314
slider_ = new
UISlider
();
in UIKitRotateEventSlider004()
319
slider_->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in UIKitRotateEventSlider004()
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H
A
D
ui_test_dump_dom.cpp
305
UISlider
* slider = new
UISlider
();
in UIKitTestDumpDom003()
309
slider->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in UIKitTestDumpDom003()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
675
AddTitle("
UISlider
");
in UIKitUITestBorderMarginPaddingTest017()
676
UISlider
* slider = new
UISlider
();
in UIKitUITestBorderMarginPaddingTest017()
682
slider->SetDirection(
UISlider
::Direction::DIR_BOTTOM_TO_TOP);
in UIKitUITestBorderMarginPaddingTest017()
Completed in 21 milliseconds