Home
last modified time | relevance | path

Searched refs:GetWidthWithMargin (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp167 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 Dui_list.cpp572 view->SetPosition(childrenTail_->GetX() + childrenTail_->GetWidthWithMargin(), 0); in PushBack()
592 view->SetPosition(GetChildrenHead()->GetX() - view->GetWidthWithMargin(), 0); in PushFront()
H A Dui_view.cpp1361 int16_t UIView::GetWidthWithMargin() in GetWidthWithMargin() function in OHOS::UIView
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dabstract_adapter.h103 int16_t width = view->GetWidthWithMargin(); in GetItemWidthWithMargin()
H A Dui_view.h949 int16_t GetWidthWithMargin();

Completed in 11 milliseconds