Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69e93be7 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge "docs: Improved tick/click effect descriptions" into qt-dev am: a7496671 am: 40a40c73

am: 13a441d6

Change-Id: Ibf045cc05b6024b62be2a98dbade5e1908cf8add
parents 07923cbe 13a441d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public abstract class VibrationEffect implements Parcelable {
    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)
     */
@@ -67,7 +67,7 @@ public abstract class VibrationEffect implements Parcelable {
    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)
     */
    public static final int EFFECT_TICK = Effect.TICK;
@@ -89,7 +89,7 @@ public abstract class VibrationEffect implements Parcelable {
    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)
     */
    public static final int EFFECT_HEAVY_CLICK = Effect.HEAVY_CLICK;