(int duration)
| 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 |