diff options
author | Selim Cinek <cinek@google.com> | 2015-04-29 02:24:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-29 02:24:53 +0000 |
commit | 79db321e2a1cab254a648d528c9ac98d719c0a87 (patch) | |
tree | f12d024382701500059ea7c265f14454f8026f71 /packages/SystemUI/res | |
parent | 0aa8bf85c55eded4a5dc40894599b4671485f678 (diff) | |
parent | ab994358fb21f2307e36f3dd646d308c846700e1 (diff) | |
download | frameworks_base-79db321e2a1cab254a648d528c9ac98d719c0a87.zip frameworks_base-79db321e2a1cab254a648d528c9ac98d719c0a87.tar.gz frameworks_base-79db321e2a1cab254a648d528c9ac98d719c0a87.tar.bz2 |
am ab994358: am 3a9c049d: am 61a75423: Merge "Follow up CL for heads up notification refactoring" into mnc-dev
* commit 'ab994358fb21f2307e36f3dd646d308c846700e1':
Follow up CL for heads up notification refactoring
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 2e44547..81f2953 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -150,7 +150,7 @@ <integer name="heads_up_notification_minimum_time">2000</integer> <!-- milliseconds before the heads up notification accepts touches. --> - <integer name="heads_up_sensitivity_delay">700</integer> + <integer name="touch_acceptance_delay">700</integer> <!-- The duration in seconds to wait before the dismiss buttons are shown. --> <integer name="recents_task_bar_dismiss_delay_seconds">1</integer> |