summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsPagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Disabling alpha layer on some viewsSunny Goyal2018-04-171-0/+5
| | | | | Change-Id: Ide1d5951ea80080f8fea8f32a76487b646b4f958 (cherry picked from commit 2020b20cd908d64863474ae53de64e6554fd85c9)
* Fix accessiblity issue around work tabTony Mak2018-03-141-4/+3
| | | | | | | | | | | 1. Instead of always announcing "Apps list", we now announce "personal apps list" and "work apps list" if tab is there. 2. Fix an issue that "personal" and "work" are announced twice. 3. Work footer is now announced as a group FIX: 71703082 Change-Id: I0240bc04df09a5599540cfe67f0f48156f285548
* Fix all apps tab fling detectionTony Mak2018-02-271-1/+32
| | | | | | | | | | | It is a regression when we changed from ViewPager to PagedView. Unlike ViewPager, PagedView does not take "yDiff" into account when determining should it intercept its child MotionEvent. Override determineScrollingStart, just like what we did in Workspace Change-Id: I25f7415c45c370629558d944f59bf95c741b9319 FIX: 73878167
* Using paged view for all-apps tabsSunny Goyal2018-02-131-0/+49
Bug: 72811152 Change-Id: I0cca426d935f079c923b93fe3d4399f87778fe95