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:UISwipeView
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_swipe_view.cpp
22
UISwipeView
::
UISwipeView
(uint8_t direction)
in UISwipeView()
function in OHOS::UISwipeView
33
UISwipeView
::~
UISwipeView
() {}
in ~UISwipeView()
35
void
UISwipeView
::Add(UIView* view)
in Add()
46
void
UISwipeView
::Insert(UIView* prevView, UIView* insertView)
in Insert()
57
void
UISwipeView
::Remove(UIView* view)
in Remove()
70
void
UISwipeView
::MoveHeadOrTailChild()
in MoveHeadOrTailChild()
91
void
UISwipeView
::SetCurrentPage(uint16_t index, bool needAnimator)
in SetCurrentPage()
100
bool
UISwipeView
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H
A
D
ui_test_ui_swipe_view.cpp
68
UIKitSwipeViewTestAlign001(
UISwipeView
::ALIGN_LEFT);
in GetTestView()
69
UIKitSwipeViewTestAlign001(
UISwipeView
::ALIGN_CENTER);
in GetTestView()
70
UIKitSwipeViewTestAlign001(
UISwipeView
::ALIGN_RIGHT);
in GetTestView()
86
UILabel* label = GetTitleLabel("两个子元素
UISwipeView
循环水平滑动");
in UIKitSwipeViewTestHorizontal001()
93
UISwipeView
* swipe = new
UISwipeView
(
UISwipeView
::HORIZONTAL);
in UIKitSwipeViewTestHorizontal001()
119
UILabel* label = GetTitleLabel("
UISwipeView
水平滑动");
in UIKitSwipeViewTestHorizontal002()
125
UISwipeView
* swipe = new
UISwipeView
(UISwipeVie
in UIKitSwipeViewTestHorizontal002()
[all...]
H
A
D
ui_test_ui_swipe_view.h
68
void UIKitSwipeViewTestAlign001(
UISwipeView
::AlignMode alignMode);
75
UISwipeView
* currentSwipe_ = nullptr;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
swiper_tdd_test.cpp
105
UISwipeView
* swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest001()
121
swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest001()
139
swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest001()
164
UISwipeView
* swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest002()
186
swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest002()
216
UISwipeView
* swiperView = reinterpret_cast<
UISwipeView
*>(view);
in ComponentSwiperAttributeSetTest003()
251
UISwipeView
* swiperVie
in ComponentSwiperAttributeSetTest004()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
swiper_component.h
44
class ChangeListener : public
UISwipeView
::OnSwipeListener {
53
void OnSwipe(
UISwipeView
&view) override;
59
UISwipeView
swiperView_;
H
A
D
swiper_component.cpp
48
return const_cast<
UISwipeView
*>(&swiperView_);
in GetComponentRootView()
163
void SwiperComponent::ChangeListener::OnSwipe(
UISwipeView
&view)
in OnSwipe()
171
UISwipeView
*swipeView = reinterpret_cast<
UISwipeView
*>(&view);
in OnSwipe()
H
A
D
tabs_component.h
56
class ChangeListener : public
UISwipeView
::OnSwipeListener {
65
void OnSwipe(
UISwipeView
& view) override;
H
A
D
tabs_component.cpp
298
void TabsComponent::ChangeListener::OnSwipe(
UISwipeView
& view)
in OnSwipe()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_swipe_view_unit_test.cpp
37
UISwipeView
* swipeView_;
43
swipeView_ = new
UISwipeView
();
in SetUp()
218
class OnTestSwipeListener : public
UISwipeView
::OnSwipeListener {
222
void OnSwipe(
UISwipeView
& view) override
229
class TestUISwipeView : public
UISwipeView
{
312
swipeView_->SetAlignMode(
UISwipeView
::ALIGN_LEFT);
in HWTEST_F()
313
EXPECT_EQ(swipeView_->GetAlignMode(),
UISwipeView
::ALIGN_LEFT);
in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/rotate/
H
A
D
ui_rotate_input_unit_test.cpp
59
UISwipeView
* swipe = new
UISwipeView
();
in HWTEST_F()
143
UISwipeView
* swipe = new
UISwipeView
();
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_swipe_view.h
55
class
UISwipeView
: public UIAbstractScroll {
class
60
* This is an inner class of <b>
UISwipeView
</b>. It contains a callback function to be invoked when the swipe view
68
virtual void OnSwipe(
UISwipeView
& view) = 0;
75
* @brief A constructor used to create a <b>
UISwipeView
</b> instance.
80
UISwipeView
(uint8_t direction = HORIZONTAL);
83
* @brief A destructor used to delete the <b>
UISwipeView
</b> instance.
88
virtual ~
UISwipeView
();
275
* @brief Sets the alignment mode for child components of <b>
UISwipeView
</b>.
288
* @brief Obtains the alignment mode of child components of <b>
UISwipeView
</b>.
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.h
50
UISwipeView
* swipe_ = nullptr;
H
A
D
ui_test_rotate_input.cpp
72
static_cast<
UISwipeView
*>(view_)->SetRotateFactor(factor_);
260
UILabel* label = GetTitleLabel("
UISwipeView
Test");
in UIKitRotateEventSwipeView003()
264
swipe_ = new
UISwipeView
(
UISwipeView
::HORIZONTAL);
in UIKitRotateEventSwipeView003()
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H
A
D
ui_test_opacity.cpp
457
UIViewGroup* group = CreateTestCaseGroup(" display
UISwipeView
with opacity 200 and 100");
in UIKitOpacityTestUISwipeView001()
461
UISwipeView
* swipe = new
UISwipeView
(
UISwipeView
::HORIZONTAL);
in UIKitOpacityTestUISwipeView001()
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
ui_dump_dom_tree.cpp
159
const
UISwipeView
* tmpSwipeView = static_cast<const
UISwipeView
*>(view);
in AddSwipeViewField()
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H
A
D
ui_test_view_scale_rotate.cpp
31
list_ = new ListLayout(
UISwipeView
::VERTICAL);
in SetUp()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
689
UISwipeView
* swipe = new
UISwipeView
(
UISwipeView
::HORIZONTAL);
in UIKitUITestBorderMarginPaddingTest018()
Completed in 15 milliseconds