Loading core/java/android/provider/Settings.java +5 −0 Original line number Diff line number Diff line Loading @@ -9657,10 +9657,15 @@ public final class Settings { * Whether or not larger size icons are used for the pointer of mouse/trackpad for * accessibility. * (0 = false, 1 = true) * * @deprecated This setting is no longer in use, as the size of pointer icons is now * controlled by the {@link #POINTER_SCALE} setting. The value of this setting * is ignored. * @hide */ @UnsupportedAppUsage @Readable @Deprecated public static final String ACCESSIBILITY_LARGE_POINTER_ICON = "accessibility_large_pointer_icon"; Loading Loading
core/java/android/provider/Settings.java +5 −0 Original line number Diff line number Diff line Loading @@ -9657,10 +9657,15 @@ public final class Settings { * Whether or not larger size icons are used for the pointer of mouse/trackpad for * accessibility. * (0 = false, 1 = true) * * @deprecated This setting is no longer in use, as the size of pointer icons is now * controlled by the {@link #POINTER_SCALE} setting. The value of this setting * is ignored. * @hide */ @UnsupportedAppUsage @Readable @Deprecated public static final String ACCESSIBILITY_LARGE_POINTER_ICON = "accessibility_large_pointer_icon"; Loading