am ed1175cf: Merge "Increase the delay for the Search result Ripple effect to happen" into lmp-dev

* commit 'ed1175cf0c6759671b40caa2ca5630e8325d97d1':
  Increase the delay for the Search result Ripple effect to happen
This commit is contained in:
Fabrice Di Meglio
2014-09-04 20:17:04 +00:00
committed by Android Git Automerger

View File

@@ -51,7 +51,7 @@ public class SettingsPreferenceFragment extends PreferenceFragment implements Di
private static final String TAG = "SettingsPreferenceFragment";
private static final int MENU_HELP = Menu.FIRST + 100;
private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 400;
private static final int DELAY_HIGHLIGHT_DURATION_MILLIS = 600;
private static final String SAVE_HIGHLIGHTED_KEY = "android:preference_highlighted";