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

Method isScrollableY

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

Source from the content-addressed store, hash-verified

381
382 /// {@inheritDoc}
383 @Override
384 public boolean isScrollableY() {
385 return (getScrollDimension().getHeight() > getHeight() || isAlwaysTensile()) && getHeight() > 0 && (fixedSelection < FIXED_NONE_BOUNDRY) &&
386 orientation != HORIZONTAL;
387 }
388
389 /// {@inheritDoc}
390 @Override

Callers 15

testIsScrollableYMethod · 0.95
actionPerformedMethod · 0.45
updateScrollMethod · 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
invoke5Method · 0.45

Calls 3

getHeightMethod · 0.65
getScrollDimensionMethod · 0.45
isAlwaysTensileMethod · 0.45

Tested by 2

testIsScrollableYMethod · 0.76
invoke3Method · 0.36