OSDN Git Service

Add accessibility scroll support to some widgets.
authorSvetoslav Ganov <svetoslavganov@google.com>
Tue, 15 May 2012 17:10:00 +0000 (10:10 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Tue, 15 May 2012 18:21:32 +0000 (11:21 -0700)
commit48d1586f4065fc9ab97a679da1e4f7c327c943f2
tree561346718f92462f2bb5d8a20f6ca2c8333c10bb
parent78cb7cf7d1d82834c4405650a17e387370004570
Add accessibility scroll support to some widgets.

1. Added support for accessibility scroll action to
   some widgets that are scrollable.

2. Making the super call when handling an accessibility
   action in the views to call super first to allow
   an accessibility delegate to intercept the call.

bug:5932640

Change-Id: I5eb37d64bf9fba1d5c596981132e0df717e2a18a
core/java/android/widget/AbsListView.java
core/java/android/widget/Gallery.java
core/java/android/widget/HorizontalScrollView.java
core/java/android/widget/NumberPicker.java
core/java/android/widget/ScrollView.java
core/java/android/widget/StackView.java