Loading core/res/res/values/arrays.xml +21 −4 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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> core/res/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> core/res/res/values/symbols.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading Loading
core/res/res/values/arrays.xml +21 −4 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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>
core/res/res/values/strings.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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>
core/res/res/values/symbols.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading