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

Method vibrate

CodenameOne/src/com/codename1/ui/CN.java:269–271  ·  view source on GitHub ↗
(int duration)

Source from the content-addressed store, hash-verified

267 ///
268 /// - `duration`: length of time to vibrate (might be ignored)
269 public static void vibrate(int duration) {
270 Display.impl.vibrate(duration);
271 }
272
273 /// Manually announces text to native accessibility services, optionally associating the
274 /// announcement with a specific component. Normally, components are announced automatically

Callers 1

tactileTouchVibeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected