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

Method setAlwaysTensile

CodenameOne/src/com/codename1/ui/Form.java:755–758  ·  view source on GitHub ↗
(boolean alwaysTensile)

Source from the content-addressed store, hash-verified

753
754 /// {@inheritDoc}
755 @Override
756 public void setAlwaysTensile(boolean alwaysTensile) {
757 getContentPane().setAlwaysTensile(alwaysTensile);
758 }
759
760 /// Allows grabbing a flag that is used by convention to indicate that you are running an exclusive animation.
761 /// This is used by some code to prevent collision between optional animation

Callers 15

createPopupDialogMethod · 0.45
showPopupDialogMethod · 0.45
FormMethod · 0.45
initImplMethod · 0.45
invoke3Method · 0.45
invoke3Method · 0.45
invoke0Method · 0.45
invoke4Method · 0.45
invoke5Method · 0.45
invoke7Method · 0.45
invoke2Method · 0.45
invoke0Method · 0.45

Calls 1

getContentPaneMethod · 0.95