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

Method isFocusScrolling

CodenameOne/src/com/codename1/ui/Form.java:4758–4760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4756 ///
4757 /// the value of focusScrolling
4758 public boolean isFocusScrolling() {
4759 return focusScrolling;
4760 }
4761
4762 /// Indicates whether lists and containers should scroll only via focus and thus "jump" when
4763 /// moving to a larger component as was the case in older versions of Codename One.

Callers 3

updateFocusMethod · 0.95
invoke1Method · 0.45
invoke7Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected