diff options
| author | 2011-03-02 22:50:07 -0800 | |
|---|---|---|
| committer | 2011-03-02 22:50:35 -0800 | |
| commit | 9225b00a3dc45bdbcfb6adafa4dbbc0cbe9be864 (patch) | |
| tree | 8c2ec6a6018cdcf6a420bbd3b4694af391a7a2fb /api/current.xml | |
| parent | a454767b09ecb7d25d00beae0e5a1fdd48605c63 (diff) | |
Add new ViewConfiguration accessors for key repeat parameters.
Change-Id: I18ea2c510dc85c8f9b68727657ba74298342dd43
Diffstat (limited to 'api/current.xml')
| -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" |