Changing min-sdk version of Launcher to 31
Bug: 368071216 Flag: EXEMPT refactor -> dead code removal Test: Presubmit Change-Id: I1f0113c56de56f12f3a174eb31c3f8e8a09407e6
This commit is contained in:
@@ -343,7 +343,7 @@ public abstract class RecentsView<
|
||||
};
|
||||
|
||||
public static final int SCROLL_VIBRATION_PRIMITIVE =
|
||||
Utilities.ATLEAST_S ? VibrationEffect.Composition.PRIMITIVE_LOW_TICK : -1;
|
||||
VibrationEffect.Composition.PRIMITIVE_LOW_TICK;
|
||||
public static final float SCROLL_VIBRATION_PRIMITIVE_SCALE = 0.6f;
|
||||
public static final VibrationEffect SCROLL_VIBRATION_FALLBACK =
|
||||
VibrationConstants.EFFECT_TEXTURE_TICK;
|
||||
|
||||
Reference in New Issue
Block a user