public class GoodReadVibrator
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<GoodReadVibrator> |
CREATOR |
int |
duration
バイブレータの振動時間(ms)設定 有効範囲:10~5000 Vibrator vibration time (ms) setting Valid range: 10 ~ 5000 |
boolean |
enabled
バイブレータの有効/無効 Vibrator enabled / disabled |
int |
interval
バイブレータの振動間隔(ms)設定 有効範囲:0~5000 Vibrator vibration interval (ms) setting Valid range: 0 ~ 5000 |
int |
times
バイブレータの振動回数設定 有効範囲:0~10 Setting the number of vibrations of the vibrator Valid range: 0 ~ 10 |
Constructor and Description |
---|
GoodReadVibrator() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean enabled
public int times
public int duration
public int interval
public static final android.os.Parcelable.Creator<GoodReadVibrator> CREATOR