summaryrefslogtreecommitdiffstats
path: root/res/mipmap-xxhdpi
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2015-05-08 17:21:03 -0700
committerVadim Tryshev <vadimt@google.com>2015-05-11 17:40:07 +0000
commitf4715974b80d06993342ca62b1298e4d90e2fab8 (patch)
treee568fa488f0e73d275709de5f2659632a6a08483 /res/mipmap-xxhdpi
parent83f59abc9c566da5deb98afe7ea35cfb061f2920 (diff)
downloadandroid_packages_apps_Trebuchet-f4715974b80d06993342ca62b1298e4d90e2fab8.tar.gz
android_packages_apps_Trebuchet-f4715974b80d06993342ca62b1298e4d90e2fab8.tar.bz2
android_packages_apps_Trebuchet-f4715974b80d06993342ca62b1298e4d90e2fab8.zip
Fixing accessibility scrolling events generated by PagedView:
1. Not generating scroll events from snapToPage(). It already gets generated from computeScrollHelper(). 2. Not setting action because doing so is not mentioned here: http://developer.android.com/reference/android/view/accessibility/AccessibilityEvent.html. 3. Not generating scroll event when the page stays same (before it was generated, say, when we simply returned from the AllApps view to Workspace). 4. From/To index is not the old and new page numbers; they are indices of the first and last item; in our case, the item is the page, and both FromIndex and ToIndex should be set to this page number. Bug: 18761184 Change-Id: I3dadf816c3d45b8bd42a13930344874584467499
Diffstat (limited to 'res/mipmap-xxhdpi')
0 files changed, 0 insertions, 0 deletions