Home
last modified time | relevance | path

Searched refs:scrollWidth (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/ui/frameworks/components/
Dui_scroll_view.cpp192 int16_t scrollWidth = GetWidth(); in DragXInner() local
193 if (childRight < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
195 } else if (childRight + distance < scrollWidth - (scrollBlankSize_ + reboundSize)) { in DragXInner()
196 distance = scrollWidth - (scrollBlankSize_ + reboundSize) - childRight - 1; in DragXInner()
283 int16_t scrollWidth = GetWidth(); in CalculateReboundDistance() local
292 } else if (right < scrollWidth - 1) { in CalculateReboundDistance()
293 dragDistanceX = scrollWidth - scrollBlankSize_ - right - 1; in CalculateReboundDistance()
Dui_list.cpp836 int16_t scrollWidth = GetWidth(); in CalculateReboundDistance() local
857 if (right < (scrollWidth - scrollBlankSize_ - 1)) { in CalculateReboundDistance()
858 if ((dragDistanceX + right) < (scrollWidth - scrollBlankSize_ - reboundSize_ - 1)) { in CalculateReboundDistance()
861 dragDistanceX += scrollWidth - scrollBlankSize_ - 1 - (right + dragDistanceX); in CalculateReboundDistance()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_grid.h35 static void SetScrollBarWidth(const std::string& scrollWidth);