Home | History | Annotate | Download | only in accessibility

Lines Matching defs:vibrator

18 import static android.os.Vibrator.VibrationIntensity;
28 import android.os.Vibrator;
86 Vibrator.VIBRATION_INTENSITY_OFF));
90 Vibrator.VIBRATION_INTENSITY_LOW));
94 Vibrator.VIBRATION_INTENSITY_MEDIUM));
98 Vibrator.VIBRATION_INTENSITY_HIGH));
102 R.string.switch_off_text, Vibrator.VIBRATION_INTENSITY_OFF));
134 Vibrator vibrator = getContext().getSystemService(Vibrator.class);
138 vibrator.vibrate(effect, builder.build());
163 && vibrationIntensity != Vibrator.VIBRATION_INTENSITY_OFF;