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

Commit 2e64c987 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Blinking Text Cursor Setting] Add labels for slider state descriptions" into main

parents bd028a1b 2001dfcb
Loading
Loading
Loading
Loading
+21 −4
Original line number Diff line number Diff line
@@ -234,10 +234,10 @@
        <item>@string/config_retailDemoPackageSignature</item>
    </string-array>

    <!-- Non-zero text cursor blink intervals. The first value in the array is the
         minimum allowable blink interval. This array must adhere to the following
         constraints: 1) there is at least one value 2) the values are in ascending
         order. Keep in sync with ViewConfiguration. -->
    <!-- Non-zero text cursor blink intervals. The first value in the array is the minimum
        allowable blink interval. This array must adhere to the following constraints:
        1) there is at least one value
        2) the values are in ascending order. Keep in sync with ViewConfiguration. -->
    <integer-array name="accessibility_text_cursor_blink_intervals">
        <item>333</item>
        <item>357</item>
@@ -251,4 +251,21 @@
        <item>833</item>
        <item>1000</item>
    </integer-array>

    <!-- Labels describing non-zero text cursor blink intervals. The first value in the array
        describes the fastest allowed blink speed. Keep in sync with
        accessibility_text_cursor_blink_intervals. -->
    <string-array name="accessibility_text_cursor_blink_labels">
        <item>150%</item>
        <item>140%</item>
        <item>130%</item>
        <item>120%</item>
        <item>110%</item>
        <item>100% (default)</item>
        <item>90%</item>
        <item>80%</item>
        <item>70%</item>
        <item>60%</item>
        <item>50%</item>
    </string-array>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -6883,4 +6883,6 @@ ul.</string>
    <!-- Fingerprint failed rate too high notification msg -->
    <string name="fingerprint_frr_notification_msg">Tap to review tips to improve your unlocking experience</string>
    <!-- Label describing no blinking for Settings.Secure.ACCESSIBILITY_TEXT_CURSOR_BLINK_INTERVAL_MS. -->
    <string name="no_blink_accessibility_text_cursor_blink_label">Don\'t blink</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -6245,6 +6245,8 @@
  <java-symbol type="integer" name="def_accessibility_text_cursor_blink_interval_ms" />
  <java-symbol type="integer" name="no_blink_accessibility_text_cursor_blink_interval_ms" />
  <java-symbol type="array" name="accessibility_text_cursor_blink_intervals" />
  <java-symbol type="string" name="no_blink_accessibility_text_cursor_blink_label" />
  <java-symbol type="array" name="accessibility_text_cursor_blink_labels" />

  <!-- Developer verification service provider -->
  <java-symbol type="string" name="config_developerVerificationServiceProviderPackageName" />