Home
last modified time | relevance | path

Searched refs:GetViewByIndex (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp156 UIView* currentView = GetViewByIndex(curIndex_); in OnDragEvent()
237 UIView* UISwipeView::GetViewByIndex(uint16_t index) const in GetViewByIndex() function in OHOS::UISwipeView
268 UIView* dstView = GetViewByIndex(dst); in SwitchToPage()
469 curView_ = GetViewByIndex(curIndex_); in RefreshCurrentViewByThrow()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_swipe_view.h248 UIView* GetViewByIndex(uint16_t index) const;
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp263 * @tc.desc: Verify GetViewByIndex function, equal.
290 UIView* view = swipeView_->GetViewByIndex(1); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp436 UIView* viewToBeRemoved = currentSwipe_->GetViewByIndex(1); in OnClick()

Completed in 4 milliseconds