OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vibrating
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVibrator.java
8
boolean
vibrating
;
field in class:ShadowVibrator
31
* Returns true if the Vibrator is currently
vibrating
as controlled by {@link Vibrator#vibrate(long)}
34
return
vibrating
;
ShadowSystemVibrator.java
26
private Runnable stopVibratingRunnable = () ->
vibrating
= false;
96
vibrating
= true;
103
vibrating
= true;
119
vibrating
= false;
Completed in 3232 milliseconds