MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isScrollableX

Method isScrollableX

CodenameOne/src/com/codename1/ui/List.java:390–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388
389 /// {@inheritDoc}
390 @Override
391 public boolean isScrollableX() {
392 return (getScrollDimension().getWidth() > getWidth()) && (fixedSelection < FIXED_NONE_BOUNDRY) &&
393 orientation == HORIZONTAL;
394 }
395
396 /// Maximum number of elements shown in a list, this member is used to calculate
397 /// the list preferred size. If the number of elements in the model is larger than

Callers 15

selectElementMethod · 0.95
paintMethod · 0.95
pointerSelectMethod · 0.95
actionPerformedMethod · 0.45
layoutContainerMethod · 0.45
layoutContainerMethod · 0.45
getDragRegionStatusMethod · 0.45
createInstanceMethod · 0.45
invoke3Method · 0.45
invoke3Method · 0.45
invoke0Method · 0.45
invoke4Method · 0.45

Calls 2

getWidthMethod · 0.65
getScrollDimensionMethod · 0.45

Tested by 1

invoke3Method · 0.36