HomeSort by relevance Sort by last modified time
    Searched full:vibration (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Settings/src/com/android/settings/accessibility/
OWNERS 6 per-file *Vibration* = michaelwr@google.com
VibrationPreferenceFragment.java 45 * Fragment for changing vibration settings.
116 * Get the setting string of the vibration intensity setting this preference is dealing with.
126 * When a new vibration intensity is selected by the user.
131 * Play a vibration effect with intensity just selected by user
142 * Get the AudioAttributes usage for vibration preview.
NotificationVibrationPreferenceFragment.java 41 * Get the setting string of the vibration intensity setting this preference is dealing with.
TouchVibrationPreferenceFragment.java 42 * Get the setting string of the vibration intensity setting this preference is dealing with.
VibrationSettings.java 31 * Accessibility settings for the vibration.
  /device/google/marlin/overlay/packages/services/Telecomm/res/values/
config.xml 17 <!-- Marlin/sailfish vibration hardware does not respond well to the new vibration pattern. -->
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVibrator.java 45 * Returns the last vibration duration in MS.
52 * Returns the last vibration pattern.
59 * Returns the last vibration repeat times.
  /frameworks/base/core/java/android/os/
Vibrator.java 33 * If your process exits, any vibration you started will stop.
41 * Vibration intensity: no vibrations.
47 * Vibration intensity: low.
53 * Vibration intensity: medium.
59 * Vibration intensity: high.
75 // The default vibration intensity level for haptic feedback.
78 // The default vibration intensity level for notifications.
110 * Get the default vibration intensity for haptic feedback.
118 * Get the default vibration intensity for notifications and ringtones.
156 * @param attributes {@link AudioAttributes} corresponding to the vibration. For example
    [all...]
VibrationEffect.java 42 * The default vibration strength of the device.
127 * Create a one shot vibration.
133 * @param amplitude The strength of the vibration. This must be a value between 1 and 255, or
145 * Create a waveform vibration.
148 * each pair, the value in the amplitude array determines the strength of the vibration and the
150 * vibration (i.e. off), and any pairs with a timing value of 0 will be ignored.
178 * Create a waveform vibration.
181 * each pair, the value in the amplitude array determines the strength of the vibration and the
183 * vibration (i.e. off), and any pairs with a timing value of 0 will be ignored.
206 * Get a predefined vibration effect
    [all...]
SystemVibrator.java 95 Log.w(TAG, "Failed to cancel vibration.", e);
  /frameworks/base/services/core/java/com/android/server/
VibratorService.java 80 // intensity for that type of vibration (i.e. current - default).
99 // If a vibration is playing for longer than 5s, it's probably not haptic feedback.
136 private Vibration mCurrentVibration;
150 private class Vibration implements IBinder.DeathRecipient {
166 // the effect was scaled based on the users vibration intensity settings.
169 private Vibration(IBinder token, VibrationEffect effect,
205 Slog.w(TAG, "Unknown prebaked vibration effect, "
379 return ServiceType.VIBRATION;
502 // If our current vibration is longer than the new vibration and is the same amplitude
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 74 boolean vibration = false;
82 vibration = false;
90 vibration = true;
98 vibration = false;
112 channel.enableVibration(vibration);
  /packages/services/Telecomm/res/values/
config.xml 54 <!-- When true, a simple full intensity on/off vibration pattern will be used when calls ring.
55 When false, a fancy vibration pattern which ramps up and down will be used.
56 Devices should overlay this value based on the type of vibration hardware they employ. -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc466/
config.xml 24 <item>0x038F:type=info, emergency=true, vibration=0|350|250|350</item>
25 <item>0x0397:type=info, emergency=true, vibration=0|350|250|350</item>
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastChannelManager.java 77 private static final String KEY_VIBRATION = "vibration";
142 String[] vibration = value.split("\\|"); local
143 if (!ArrayUtils.isEmpty(vibration)) {
144 mVibrationPattern = new int[vibration.length];
145 for (int i = 0; i < vibration.length; i++) {
146 mVibrationPattern[i] = Integer.parseInt(vibration[i]);
171 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration="
CellBroadcastAlertAudio.java 51 * Manages alert audio and vibration and text-to-speech. Runs as a service so that
58 /** Action to start playing alert audio/vibration/speech. */
78 /** Extra for alert audio vibration enabled (from settings). */
82 /** Extra for alert vibration pattern (unless master volume is silent). */
265 // stop audio, vibration and TTS
312 // retrieve the vibration patterns
368 * @param patternArray the alert vibration pattern
376 // Vibration duration in milliseconds
381 // Start the vibration first.
476 // In normal mode (playing tone + vibration), this service will stop after audi
    [all...]
  /device/google/marlin/overlay/frameworks/base/packages/SystemUI/res/values/
config.xml 28 <!-- Vibration duration for MultiWaveView used in SearchPanelView -->
  /frameworks/base/core/proto/android/app/
notification_channel.proto 43 repeated int64 vibration = 10;
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 64 * Try to vibrate. To prevent this becoming a single continuous vibration, nothing will
  /hardware/libhardware/include/hardware/
vibrator.h 59 * Cancel a previously-started vibration, if any.
  /packages/apps/CellBroadcastReceiver/res/values-mcc302/
config.xml 31 <!-- Values that for the vibration pattern. -->
  /packages/apps/Contacts/src/com/android/contacts/compat/
TelephonyManagerCompat.java 156 * Returns whether vibration is set for voicemail notification in Phone settings.
160 * retrieve the voicemail vibration setting.
161 * @return {@code true} if the vibration is set for this PhoneAccount, {@code false} otherwise.
  /frameworks/base/services/tests/servicestests/src/com/android/server/power/
BatterySaverPolicyTest.java 113 testServiceDefaultValue(ServiceType.VIBRATION);
119 testServiceDefaultValue_unchanged(ServiceType.VIBRATION);
183 mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.VIBRATION, BATTERY_SAVER_ON);
  /packages/apps/Dialer/java/com/android/dialer/compat/telephony/
TelephonyManagerCompat.java 136 * Returns whether vibration is set for voicemail notification in Phone settings.
140 * retrieve the voicemail vibration setting.
141 * @return {@code true} if the vibration is set for this PhoneAccount, {@code false} otherwise.
  /hardware/interfaces/vibrator/1.0/
IVibrator.hal 33 * Cancel a previously-started vibration, if any.

Completed in 8272 milliseconds

1 2 3 4 5 6 7 8 910