summaryrefslogtreecommitdiffstats
path: root/go/quickstep/src/com/android/quickstep/views/IconRecentsView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Scale down thumbnail with app surface" into ub-launcher3-qt-devTreeHugger Robot2019-05-141-3/+39
|\
| * Scale down thumbnail with app surfaceKevin2019-05-101-3/+39
* | Merge "Add bottom margin to recents Go again" into ub-launcher3-qt-devTreeHugger Robot2019-05-131-5/+1
|\ \
| * | Add bottom margin to recents Go againKevin2019-05-101-5/+1
| |/
* | Merge "Add task launch logging to Recents Go" into ub-launcher3-qt-devTreeHugger Robot2019-05-111-1/+2
|\ \
| * | Add task launch logging to Recents GoKevin2019-05-091-1/+2
* | | Merge "Add basic home to recents anim for fallback recents" into ub-launcher3...TreeHugger Robot2019-05-101-0/+47
|\ \ \
| * | | Add basic home to recents anim for fallback recentsKevin2019-05-101-0/+47
| | |/ | |/|
* | | Merge "Fix missing early return." into ub-launcher3-qt-devTreeHugger Robot2019-05-101-0/+1
|\ \ \ | |/ / |/| |
| * | Fix missing early return.Kevin2019-05-101-0/+1
* | | Update scrim if insets are added later.Kevin2019-05-101-1/+12
* | | Only do content fill anim after layout animKevin2019-05-101-6/+16
|/ /
* | Merge changes from topic "polish-app-recents-anim" into ub-launcher3-qt-devTreeHugger Robot2019-05-101-9/+251
|\ \ | |/ |/|
| * Polish app => recents animation (5/5)Kevin2019-05-091-0/+69
| * Polish app => recents animation (4/5)Kevin2019-05-081-20/+64
| * Polish app => recents animation (3/N)Kevin2019-05-081-33/+45
| * Polish app => recents animation (2/N)Kevin2019-05-071-0/+103
| * Polish app => recents animation (1/N)Kevin2019-05-071-1/+15
* | Ensure Recents Go layout finishes before remote anim beginsKevin2019-05-071-0/+38
|/
* Merge "Fix bug where we left recents right after entering" into ub-launcher3-...TreeHugger Robot2019-05-021-2/+6
|\
| * Fix bug where we left recents right after enteringKevin2019-05-021-2/+6
* | Add scrim under status bar and above thumbnails.Kevin2019-05-021-1/+22
|/
* Overlap insets with item marginsKevin2019-04-301-11/+19
* Don't clip recents items with system barsKevin2019-04-291-1/+7
* Align layout to dp grid for landscapeKevin2019-04-291-5/+15
* Layout aligned to dp grid for portrait (3/3)Kevin2019-04-291-1/+0
* Layout aligned to dp grid for portrait (2/3)Kevin2019-04-291-1/+27
* Layout aligned to dp grid for portrait (1/3)Kevin2019-04-291-0/+1
* Fix overview cmd launching wrong task in landscapeKevin2019-04-241-10/+22
* Use custom drawable for Recents Go thumbnails (2/2)Kevin2019-04-231-1/+1
* Ensure recents scrolled to first task in landscapeKevin2019-04-231-2/+11
* Remove old recyclerview layout logicKevin2019-04-231-7/+0
* Calculate task height directly off portrait heightKevin2019-04-231-2/+2
* Fix task adapter notify merge conflictKevin2019-04-231-7/+4
* Move clear all to recycler view (2/2)Kevin2019-04-231-26/+40
* Move clear all to recycler view (1/2)Kevin2019-04-231-15/+4
* Only switch item animator on content fill if neededKevin2019-04-231-3/+7
* Fix NPE and make getTask return OptionalKevin2019-04-231-2/+5
* Fix ViewTreeObserver crash on Recents GoKevin2019-04-231-3/+2
* Fix snapshots not updating on app => overview.Kevin2019-04-231-1/+17
* Fix views not being visible on Recents Go.Kevin2019-04-231-2/+7
* Smarter task laying out based off onMeasureKevin2019-04-231-3/+5
* Change layout size to be dependent on device sizeKevin2019-04-231-1/+19
* Update Go recents visibility based off adapterKevin2019-04-231-1/+1
* Animate content fill animation to Recents GoKevin2019-04-231-2/+22
* Animate to bottom view in app => overviewKevin2019-04-231-6/+5
* Change layout anim from Animation => AnimatorKevin2019-04-231-20/+71
* Don't put up loading UI if load isn't necessary.Kevin2019-04-051-1/+5
* Add layout animation for Recents GoKevin2019-04-051-1/+24
* Control logic for putting up loading UIKevin2019-04-051-2/+4