Loading core/java/android/os/VibrationEffect.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int MAX_AMPLITUDE = 255; public static final int MAX_AMPLITUDE = 255; /** /** * A click effect. * A click effect. Use this effect as a baseline, as it's the most common type of click effect. * * * @see #get(int) * @see #get(int) */ */ Loading @@ -67,7 +67,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int EFFECT_DOUBLE_CLICK = Effect.DOUBLE_CLICK; public static final int EFFECT_DOUBLE_CLICK = Effect.DOUBLE_CLICK; /** /** * A tick effect. * A tick effect. This effect is less strong compared to {@link #EFFECT_CLICK}. * @see #get(int) * @see #get(int) */ */ public static final int EFFECT_TICK = Effect.TICK; public static final int EFFECT_TICK = Effect.TICK; Loading @@ -89,7 +89,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int EFFECT_POP = Effect.POP; public static final int EFFECT_POP = Effect.POP; /** /** * A heavy click effect. * A heavy click effect. This effect is stronger than {@link #EFFECT_CLICK}. * @see #get(int) * @see #get(int) */ */ public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK; public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK; Loading Loading
core/java/android/os/VibrationEffect.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int MAX_AMPLITUDE = 255; public static final int MAX_AMPLITUDE = 255; /** /** * A click effect. * A click effect. Use this effect as a baseline, as it's the most common type of click effect. * * * @see #get(int) * @see #get(int) */ */ Loading @@ -67,7 +67,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int EFFECT_DOUBLE_CLICK = Effect.DOUBLE_CLICK; public static final int EFFECT_DOUBLE_CLICK = Effect.DOUBLE_CLICK; /** /** * A tick effect. * A tick effect. This effect is less strong compared to {@link #EFFECT_CLICK}. * @see #get(int) * @see #get(int) */ */ public static final int EFFECT_TICK = Effect.TICK; public static final int EFFECT_TICK = Effect.TICK; Loading @@ -89,7 +89,7 @@ public abstract class VibrationEffect implements Parcelable { public static final int EFFECT_POP = Effect.POP; public static final int EFFECT_POP = Effect.POP; /** /** * A heavy click effect. * A heavy click effect. This effect is stronger than {@link #EFFECT_CLICK}. * @see #get(int) * @see #get(int) */ */ public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK; public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK; Loading