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

Commit 0e5f4587 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11171107 from 4b9a14cd to 24Q1-release

Change-Id: I870ddc571b74dcc3cdf99dc9da96e3b12edb425d
parents aa11f9f4 4b9a14cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ public class DeveloperOptionsUI {
            category.addPreference(createSeekBarPreference("Haptic hint scale exponent",
                    1, 5, 1, LONG_PRESS_NAV_HANDLE_HAPTIC_HINT_SCALE_EXPONENT));
            category.addPreference(createSeekBarPreference("Haptic hint iterations (12 ms each)",
                    0, 100, 1, LONG_PRESS_NAV_HANDLE_HAPTIC_HINT_ITERATIONS));
                    0, 200, 1, LONG_PRESS_NAV_HANDLE_HAPTIC_HINT_ITERATIONS));
            category.addPreference(createSeekBarPreference("Haptic hint delay (ms)",
                    0, 400, 1, LONG_PRESS_NAV_HANDLE_HAPTIC_HINT_DELAY));
        }
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ public final class FeatureFlags {
                    "Enables haptic hint while long pressing on the bottom bar nav handle.");

    public static final BooleanFlag ENABLE_SEARCH_HAPTIC_COMMIT =
            getReleaseFlag(314005577, "ENABLE_SEARCH_HAPTIC_COMMIT", DISABLED,
            getReleaseFlag(314005577, "ENABLE_SEARCH_HAPTIC_COMMIT", ENABLED,
                    "Enables haptic hint at end of long pressing on the bottom bar nav handle.");

    public static final IntFlag LPNH_HAPTIC_HINT_START_SCALE_PERCENT =