diff options
| author | 2011-03-02 22:51:50 -0800 | |
|---|---|---|
| committer | 2011-03-02 22:51:50 -0800 | |
| commit | ee57adc238a20f6e00caf1fd841377fb7c0b1cd5 (patch) | |
| tree | e7308340b17fa58380be715a0ba3bf440e489588 | |
| parent | 63e1cea248cde3db3e89f49e5fcc3458aa87951e (diff) | |
| parent | 9225b00a3dc45bdbcfb6adafa4dbbc0cbe9be864 (diff) | |
Merge "Add new ViewConfiguration accessors for key repeat parameters."
| -rw-r--r-- | api/current.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index c1d2f66e1285..a01658a2fafe 100644 --- a/api/current.xml +++ b/api/current.xml @@ -226341,6 +226341,28 @@ visibility="public" > </method> +<method name="getKeyRepeatDelay" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> +<method name="getKeyRepeatTimeout" + return="int" + abstract="false" + native="false" + synchronized="false" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getLongPressTimeout" return="int" abstract="false" |