Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dabstract_adapter.h114 int16_t height = view->GetHeightWithMargin(); in GetItemHeightWithMargin()
H A Dui_view.h956 int16_t GetHeightWithMargin();
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp171 RefreshCurrentViewByPosition(&UIView::GetY, &UIView::GetHeightWithMargin); in OnDragEvent()
184 RefreshCurrentViewByThrow(distance, event.GetDragDirection(), &UIView::GetY, &UIView::GetHeightWithMargin); in OnDragEndEvent()
208 RefreshCurrentViewByPosition(&UIView::GetY, &UIView::GetHeightWithMargin); in OnRotateEvent()
226 RefreshCurrentViewByThrow(lastRotateLen, dir, &UIView::GetY, &UIView::GetHeightWithMargin); in OnRotateEndEvent()
286 yOffset = (GetHeight() >> 1) - (dstView->GetY() + (dstView->GetHeightWithMargin() >> 1)); in SwitchToPage()
H A Dui_list.cpp570 view->SetPosition(0, childrenTail_->GetY() + childrenTail_->GetHeightWithMargin()); in PushBack()
590 view->SetPosition(0, GetChildrenHead()->GetY() - view->GetHeightWithMargin()); in PushFront()
H A Dui_view.cpp1366 int16_t UIView::GetHeightWithMargin() in GetHeightWithMargin() function in OHOS::UIView

Completed in 7 milliseconds