diff options
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r-- | core/java/android/provider/Settings.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 3582981..8614862 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2354,6 +2354,12 @@ public final class Settings { public static final String ALLOW_OVERSCROLL = "allow_overscroll"; /** + * Sets the overscroller weight (edge bounce effect on lists) + * @hide + */ + public static final String OVERSCROLL_WEIGHT = "overscroll_weight"; + + /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. * @hide |