Searched refs:scrollSize (Results 1 – 6 of 6) sorted by relevance
306 Dimension scrollSize = ((Scrollable)comp).scrollSize(); in layout() local310 if (viewSize.width < scrollSize.width) in layout()312 if (viewSize.height < scrollSize.height) in layout()318 if (viewSize.width < (scrollSize.width + d.width)) in layout()322 if (viewSize.height < (scrollSize.height + d.height)) in layout()382 Dimension scrollSize = ((Scrollable)comp).scrollSize(); in updateHScrollbar() local394 int maximum = scrollSize.width; in updateHScrollbar()404 pageSize = Math.min(scrollSize.width - viewSize.width, in updateHScrollbar()415 Dimension scrollSize = ((Scrollable)comp).scrollSize(); in updateVScrollbar() local427 int maximum = scrollSize.height; in updateVScrollbar()[all …]
43 public Dimension scrollSize(); in scrollSize() method
108 public Dimension scrollSize() { in scrollSize() method in ScrollableArea
126 public Dimension scrollSize() { in scrollSize() method in CheckboxView
300 public Dimension scrollSize() { in scrollSize() method in TextView
572 public Dimension scrollSize() { in scrollSize() method in ColumnListCanvas