Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp112 if (childRect.GetLeft() - scrollBlankSize_ >= 0 || childRect.GetRight() + scrollBlankSize_ <= GetWidth()) { in OnRotateEvent()
116 if (childRect.GetTop() - scrollBlankSize_ >= 0 || childRect.GetBottom() + scrollBlankSize_ <= GetHeight()) { in OnRotateEvent()
152 if (childRect.GetLeft() - scrollBlankSize_ >= 0 || childRect.GetRight() + scrollBlankSize_ <= GetWidth()) { in SetIsEdge()
156 if (childRect.GetTop() - scrollBlankSize_ >= 0 || childRect.GetBottom() + scrollBlankSize_ <= GetHeight()) { in SetIsEdge()
186 if (childRect.GetWidth() <= (GetWidth() - (scrollBlankSize_ << 1)) || in DragXInner()
192 if (childRect.GetLeft() > scrollBlankSize_ in DragXInner()
[all...]
H A Dui_list.cpp283 if (childrenHead_ && ((childrenHead_->GetX() + distance) > (scrollBlankSize_ + reboundSize))) { in DragXInner()
284 distance = scrollBlankSize_ + reboundSize - childrenHead_->GetX(); in DragXInner()
289 listWidth - scrollBlankSize_ - reboundSize) { in DragXInner()
292 distance) <= (listWidth - scrollBlankSize_ - reboundSize)) { in DragXInner()
293 distance = listWidth - scrollBlankSize_ - reboundSize - childrenTail_->GetRelativeRect().GetRight() - in DragXInner()
323 if (childrenHead_ && ((childrenHead_->GetY() + distance) > (scrollBlankSize_ + reboundSize))) { in DragYInner()
324 distance = scrollBlankSize_ + reboundSize - childrenHead_->GetY(); in DragYInner()
329 listHeight - scrollBlankSize_ - reboundSize) { in DragYInner()
332 distance) <= (listHeight - scrollBlankSize_ - reboundSize)) { in DragYInner()
333 distance = listHeight - scrollBlankSize_ in DragYInner()
[all...]
H A Dui_picker.cpp99 scrollBlankSize_(0), in UIPicker()
263 list_.SetScrollBlankSize(scrollBlankSize_); in RefreshList()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h95 scrollBlankSize_ = size; in SetScrollBlankSize()
105 return scrollBlankSize_; in GetScrollBlankSize()
524 uint16_t scrollBlankSize_ = 0; member in OHOS::UIAbstractScroll
H A Dui_picker.h461 scrollBlankSize_ = size; in SetScrollBlankSize()
555 uint16_t scrollBlankSize_; member in OHOS::UIPicker

Completed in 5 milliseconds