OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Waveform
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/os/
VibrationEffect.java
83
* Create a
waveform
vibration.
85
*
Waveform
vibrations are a potentially repeating series of timing and amplitude pairs. For
90
* The amplitude array of the generated
waveform
will be the same size as the given
116
* Create a
waveform
vibration.
118
*
Waveform
vibrations are a potentially repeating series of timing and amplitude pairs. For
138
VibrationEffect effect = new
Waveform
(timings, amplitudes, repeat);
281
public static class
Waveform
extends VibrationEffect implements Parcelable {
286
public
Waveform
(Parcel in) {
290
public
Waveform
(long[] timings, int[] amplitudes, int repeat) {
344
if (!(o instanceof VibrationEffect.
Waveform
)) {
[
all
...]
/frameworks/base/services/core/java/com/android/server/
VibratorService.java
149
if (mEffect instanceof VibrationEffect.
Waveform
) {
150
VibrationEffect.
Waveform
waveform
= (VibrationEffect.
Waveform
) mEffect;
local
151
repeating = (
waveform
.getRepeatIndex() < 0);
398
if (effect instanceof VibrationEffect.
Waveform
) {
420
if (effect instanceof VibrationEffect.
Waveform
) {
421
final VibrationEffect.
Waveform
waveform
= (VibrationEffect.
Waveform
) effect
local
524
VibrationEffect.Waveform
waveform
= (VibrationEffect.Waveform) vib.mEffect;
local
[
all
...]
/frameworks/base/core/java/android/hardware/input/
InputManager.java
1248
VibrationEffect.Waveform
waveform
= (VibrationEffect.Waveform) effect;
local
[
all
...]
/frameworks/base/services/tests/notification/src/com/android/server/notification/
BuzzBeepBlinkTest.java
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
Completed in 604 milliseconds