Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ setRippleComponent
Method
setRippleComponent
CodenameOne/src/com/codename1/ui/Form.java:267–269 ·
view source on GitHub ↗
(Component cmp)
Source
from the content-addressed store, hash-verified
265
}
266
267
static
void
setRippleComponent(Component cmp) {
268
rippleComponent = cmp;
269
}
270
271
private
static
void
resetRippleComponent() {
272
rippleComponent = null;
Callers
1
initRippleEffect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected