Home
last modified time | relevance | path

Searched refs:GetViewIndex (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp49 uint16_t idx = childHead->GetViewIndex(); in MeasureAdapterRelativeRect()
359 if (childrenHead_ && (childrenHead_->GetViewIndex() == 0) && in MoveOffset()
361 scrollListener_->OnScrollTop(childrenHead_->GetViewIndex(), childrenHead_); in MoveOffset()
363 if (childrenTail_ && (childrenTail_->GetViewIndex() == recycle_.GetAdapterItemCount() - 1) && in MoveOffset()
366 scrollListener_->OnScrollBottom(childrenTail_->GetViewIndex(), childrenTail_); in MoveOffset()
369 if (childrenHead_ && (childrenHead_->GetViewIndex() == 0) && in MoveOffset()
371 scrollListener_->OnScrollTop(childrenHead_->GetViewIndex(), childrenHead_); in MoveOffset()
373 if (childrenTail_ && (childrenTail_->GetViewIndex() == recycle_.GetAdapterItemCount() - 1) && in MoveOffset()
376 scrollListener_->OnScrollBottom(childrenTail_->GetViewIndex(), childrenTail_); in MoveOffset()
543 scrollListener_->OnItemSelected(child->GetViewIndex(), chil in GetSelectView()
[all...]
H A Dui_swipe_view.cpp241 if (child->GetViewIndex() == index) { in GetViewByIndex()
375 curIndex_ = childrenHead_->GetViewIndex(); in pfnGetWidthOrHeight()
378 curIndex_ = childrenTail_->GetViewIndex(); in pfnGetWidthOrHeight()
384 curIndex_ = view->GetViewIndex(); in pfnGetWidthOrHeight()
H A Dui_picker.cpp322 itemsHeight_ * (index - list_.GetChildrenHead()->GetViewIndex()); in RefreshSelected()
331 int16_t viewIndex = childView->GetViewIndex(); in RefreshSelected()
H A Dui_view.cpp1095 int16_t UIView::GetViewIndex() const in GetViewIndex() function in OHOS::UIView
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp459 EXPECT_EQ(imageView_->GetViewIndex(), index); in HWTEST_F()
H A Dui_view_unit_test.cpp766 EXPECT_EQ(view_->GetViewIndex(), index); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1085 int16_t GetViewIndex() const;
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp135 cJSON_AddNumberToObject(usr, "selectedIndex", static_cast<double>(selectView->GetViewIndex())); in AddListField()

Completed in 9 milliseconds