Home | History | Annotate | Download | only in os

Lines Matching defs:Vibrator

24  * Class that operates the vibrator on the device.
29 * To obtain an instance of the system vibrator, call
32 public abstract class Vibrator {
39 public Vibrator() {
46 protected Vibrator(Context context) {
51 * Check whether the hardware has a vibrator.
53 * @return True if the hardware has a vibrator, else false.
88 * the vibrator in milliseconds. The first value indicates the number of milliseconds
89 * to wait before turning the vibrator on. The next value indicates the number of milliseconds
90 * for which to keep the vibrator on before turning it off. Subsequent values alternate
91 * between durations in milliseconds to turn the vibrator off or to turn the vibrator on.
99 * @param pattern an array of longs of times for which to turn the vibrator on or off.
112 * the vibrator in milliseconds. The first value indicates the number of milliseconds
113 * to wait before turning the vibrator on. The next value indicates the number of milliseconds
114 * for which to keep the vibrator on before turning it off. Subsequent values alternate
115 * between durations in milliseconds to turn the vibrator off or to turn the vibrator on.
123 * @param pattern an array of longs of times for which to turn the vibrator on or off.
152 * Turn the vibrator off.