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

Method setRippleMotion

CodenameOne/src/com/codename1/ui/Form.java:252–254  ·  view source on GitHub ↗
(Motion m)

Source from the content-addressed store, hash-verified

250 }
251
252 static void setRippleMotion(Motion m) {
253 rippleMotion = m;
254 }
255
256 static int getInvisibleAreaUnderVKB(Form f) {
257 if (f == null) {

Callers 3

initRippleEffectMethod · 0.95
pointerDraggedMethod · 0.95
pointerReleasedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected