diff options
author | Adam Powell <adamp@google.com> | 2010-03-09 17:11:30 -0800 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2010-03-10 10:16:21 -0800 |
commit | de8d0834fc2bc31f011fb3316757883e1b731440 (patch) | |
tree | 9646b6ad49375d26d734b662f679abd9922e5538 /api | |
parent | 36ad54acef82f80dbf0ecdd8c44f5764df1be119 (diff) | |
download | frameworks_base-de8d0834fc2bc31f011fb3316757883e1b731440.zip frameworks_base-de8d0834fc2bc31f011fb3316757883e1b731440.tar.gz frameworks_base-de8d0834fc2bc31f011fb3316757883e1b731440.tar.bz2 |
Added ViewConfiguration.getScaledPagingTouchSlop()
Change-Id: I9ab5560c4b76d2b87e53d38b10ba8f5ec4868d85
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index ed3f696..8d15665 100644 --- a/api/current.xml +++ b/api/current.xml @@ -179390,6 +179390,17 @@ visibility="public" > </method> +<method name="getScaledPagingTouchSlop" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getScaledScrollBarSize" return="int" abstract="false" |