Searched refs:GetWidthWithMargin (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_swipe_view.cpp | 167 RefreshCurrentViewByPosition(&UIView::GetX, &UIView::GetWidthWithMargin); in OnDragEvent() 181 RefreshCurrentViewByThrow(distance, event.GetDragDirection(), &UIView::GetX, &UIView::GetWidthWithMargin); in OnDragEndEvent() 205 RefreshCurrentViewByPosition(&UIView::GetX, &UIView::GetWidthWithMargin); in OnRotateEvent() 224 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetX, &UIView::GetWidthWithMargin); in OnRotateEndEvent() 281 xOffset = GetWidth() - (dstView->GetX() + dstView->GetWidthWithMargin()); in SwitchToPage() 283 xOffset = (GetWidth() >> 1) - (dstView->GetX() + (dstView->GetWidthWithMargin() >> 1)); in SwitchToPage()
|
H A D | ui_list.cpp | 572 view->SetPosition(childrenTail_->GetX() + childrenTail_->GetWidthWithMargin(), 0); in PushBack() 592 view->SetPosition(GetChildrenHead()->GetX() - view->GetWidthWithMargin(), 0); in PushFront()
|
H A D | ui_view.cpp | 1361 int16_t UIView::GetWidthWithMargin() in GetWidthWithMargin() function in OHOS::UIView
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | abstract_adapter.h | 103 int16_t width = view->GetWidthWithMargin(); in GetItemWidthWithMargin()
|
H A D | ui_view.h | 949 int16_t GetWidthWithMargin();
|
Completed in 11 milliseconds