Searched defs:vibrate (Results 1 - 4 of 4) sorted by last modified time

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DVibratorCompatWrapper.java48 public void vibrate(long milliseconds) { method in class:VibratorCompatWrapper
49 mVibrator.vibrate(milliseconds);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1326 vibrate();
2162 vibrate();
2247 public void vibrate() { method in class:LatinIME
2260 mVibrator.vibrate(mKeypressVibrationDuration);
/packages/apps/Phone/src/com/android/phone/
H A DHapticFeedback.java57 * mHaptic.vibrate();
65 /** If no pattern was found, vibrate for a small amount of time. */
86 * @param enabled If false, vibrate will be a no-op regardless of
126 public void vibrate() { method in class:HapticFeedback
130 mVibrator.vibrate(mHapticPattern, NO_REPEAT);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarm.java57 p.writeInt(vibrate ? 1 : 0);
107 * True if alarm should vibrate
110 public static final String VIBRATE = "vibrate";
163 public boolean vibrate; field in class:Alarm
175 vibrate = c.getInt(Columns.ALARM_VIBRATE_INDEX) == 1;
204 vibrate = p.readInt() == 1;
217 vibrate = true;

Completed in 90 milliseconds