Searched refs:GetHeightWithMargin (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | abstract_adapter.h | 114 int16_t height = view->GetHeightWithMargin(); in GetItemHeightWithMargin()
|
H A D | ui_view.h | 956 int16_t GetHeightWithMargin();
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_swipe_view.cpp | 171 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 D | ui_list.cpp | 570 view->SetPosition(0, childrenTail_->GetY() + childrenTail_->GetHeightWithMargin()); in PushBack() 590 view->SetPosition(0, GetChildrenHead()->GetY() - view->GetHeightWithMargin()); in PushFront()
|
H A D | ui_view.cpp | 1366 int16_t UIView::GetHeightWithMargin() in GetHeightWithMargin() function in OHOS::UIView
|
Completed in 27 milliseconds