Home
last modified time | relevance | path

Searched refs:UISwipeView (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp22 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 Dui_test_ui_swipe_view.cpp68 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 Dui_test_ui_swipe_view.h68 void UIKitSwipeViewTestAlign001(UISwipeView::AlignMode alignMode);
75 UISwipeView* currentSwipe_ = nullptr;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswiper_tdd_test.cpp105 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 Dswiper_component.h44 class ChangeListener : public UISwipeView::OnSwipeListener {
53 void OnSwipe(UISwipeView &view) override;
59 UISwipeView swiperView_;
H A Dswiper_component.cpp48 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 Dtabs_component.h56 class ChangeListener : public UISwipeView::OnSwipeListener {
65 void OnSwipe(UISwipeView& view) override;
H A Dtabs_component.cpp298 void TabsComponent::ChangeListener::OnSwipe(UISwipeView& view) in OnSwipe()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp37 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 Dui_rotate_input_unit_test.cpp59 UISwipeView* swipe = new UISwipeView(); in HWTEST_F()
143 UISwipeView* swipe = new UISwipeView(); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h55 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 Dui_test_rotate_input.h50 UISwipeView* swipe_ = nullptr;
H A Dui_test_rotate_input.cpp72 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 Dui_test_opacity.cpp457 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 Dui_dump_dom_tree.cpp159 const UISwipeView* tmpSwipeView = static_cast<const UISwipeView*>(view); in AddSwipeViewField()
/foundation/arkui/ui_lite/test/uitest/test_view_scale_rotate/
H A Dui_test_view_scale_rotate.cpp31 list_ = new ListLayout(UISwipeView::VERTICAL); in SetUp()
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp689 UISwipeView* swipe = new UISwipeView(UISwipeView::HORIZONTAL); in UIKitUITestBorderMarginPaddingTest018()

Completed in 15 milliseconds