summaryrefslogtreecommitdiffstats
path: root/quickstep
Commit message (Collapse)AuthorAgeFilesLines
* Some launcher3 fixes so that it compiles with different configurationsSunny Goyal2018-05-303-6/+6
| | | | | Bug: 79996542 Change-Id: I4267aeb8f5b0714415970c63453049ff41466644
* Shift recents up slightly in quick scrubTony2018-05-301-1/+1
| | | | | Bug: 79883290 Change-Id: If57fd52505d7f965ea8a28e90e715c5723915e57
* Removing accessibility action for Clear-allVadim Tryshev2018-05-294-67/+0
| | | | | | | | | Now that Clear-all button is visible for accessibility, there is no need in it. Bug: 80156299 Test: Manual Change-Id: I5997692be015947692a8bb720a449d1d36302526
* Update displacement on ACTION_UP as well, in case ACTION_UP and came in a ↵Sunny Goyal2018-05-291-2/+4
| | | | | | | | | different frame than last ACTION_MOVE Bug: 80292740 Change-Id: Ie75ac3ebb74024073965a7455a6503e8ed3f6d99
* Merge "Accounting for one frame jump when starting a fling animation" into ↵TreeHugger Robot2018-05-292-7/+13
|\ | | | | | | ub-launcher3-edmonton
| * Accounting for one frame jump when starting a fling animationSunny Goyal2018-05-292-7/+13
| | | | | | | | | | Bug: 80292740 Change-Id: I47bca071d42d1d217068c128f9793e87210d0286
* | Merge "Enable accessibility of Clear All button." into ub-launcher3-edmontonTreeHugger Robot2018-05-293-11/+51
|\ \ | |/ |/|
| * Enable accessibility of Clear All button.Vadim Tryshev2018-05-293-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | The button appears in the accessibility hierarchy as a child of RecentsView. This makes both Talkback and Switch access to work with it normally. Bug: 80156299 Test: Manual Change-Id: Ife2044b2ef78fb27b32f2d33fb17744662a2b054
* | Merge "Fix clipping recents when scaling down" into ub-launcher3-edmontonTony Wickham2018-05-292-0/+4
|\ \
| * | Fix clipping recents when scaling downTony2018-05-292-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Parent shouldn't clip scaled down child - Remove outline provider from scaled down child so it doesn't clip Bug: 80267476 Change-Id: I9feb1ccf2069b8c88d8499e2813c818f9aea19af
* | | Various quickscrub fixesSunny Goyal2018-05-299-62/+175
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | > Fixing PagedView resetting the currentPage, if scrollToPage was called before first layout This causes quickscrub to jump back to the current task if launcher activity was dead. > Fixing missing callbacks in DeferredTouchConsumer causing missed quick scrub flings > Sending the resents animation callbacks on the motion queue thread, to avoid synchronization issues with sysui callbacks. > Waiting until the recents animation is received before starting the scale down animation > Calculating the offset for quickscrub statically incase launcher activity was dead Bug: 80214390 Change-Id: I1b7d00b7b266655a92fcd6239f25ba191655150f
* | Merge "Fix binder call for app opening" into ub-launcher3-edmontonJorim Jaggi2018-05-291-5/+2
|\ \
| * | Fix binder call for app openingJorim Jaggi2018-05-281-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Needs to acquire the AM/WM lock, which may cause jank during the animation. Test: Open app, observe no binder calls. Bug: 78611607 Change-Id: I3459383c9597801405dd9c688837a2bffeeb7f9e
* | | Merge "Reporting range of visible tasks" into ub-launcher3-edmontonVadim Tryshev2018-05-251-4/+5
|\ \ \
| * | | Reporting range of visible tasksVadim Tryshev2018-05-251-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes task position being incorrectly reported specifically for swipe events due to using stale getCurrentPage(). Bug: 72222505 Test: Manual Change-Id: Ic79b67f8a6ffbfabc397b411b14afc309405197e
* | | | Merge "Tweaking quickscrub launch animation for new task sizes." into ↵Winson Chung2018-05-252-6/+16
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-edmonton
| * | | | Tweaking quickscrub launch animation for new task sizes.Winson Chung2018-05-252-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 79945202 Change-Id: Ibe1e53d45bc3fda325cebc14aa6a61f61f08edb0
* | | | | Merge "Fixing launcher going to a different state when dragging an icon from ↵Sunny Goyal2018-05-254-3/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | different activity" into ub-launcher3-edmonton
| * | | | | Fixing launcher going to a different state when dragging an icon from ↵Sunny Goyal2018-05-254-3/+89
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | different activity Bug: 80191074 Change-Id: I45ea646dc2bd21627e8b724dac9c9fc23c18797d
* | | | | Merge "Cancelling quickscrub state incease we missed quickscrub end event" ↵Sunny Goyal2018-05-253-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into ub-launcher3-edmonton
| * | | | | Cancelling quickscrub state incease we missed quickscrub end eventSunny Goyal2018-05-243-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > This can happen when the remote transition is cancelled while animating down during quickscrub, cause WindowTransformSwipeHandler to get invalidated and miss onQuickscrubEnd Bug: 80140388 Change-Id: I0221e301d4d633bab0defaa6af76e0054776a95a
* | | | | | Add logging for selected text and split screenHyunyoung Song2018-05-251-1/+5
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 79787082 action:LONGPRESS Source child:TASK_PREVIEW action:TAP Source child:SPLIT_SCREEN_TARGET Change-Id: Ica5a3955f092c6678e646b6df76567cdfa3485df
* | | | | Merge "Use correct interpolator for recents scale when quick scrubbing" into ↵Tony Wickham2018-05-251-6/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | ub-launcher3-edmonton
| * | | | Use correct interpolator for recents scale when quick scrubbingTony Wickham2018-05-241-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use same interpolator for scale and translationY so that they feel more coordinated. (They were already the same in all cases except when scrubbing when already in overview, which never had a scale component before.) Bug: 80139193 Change-Id: Id143b5cc9279d55aaa1b0444db5fe4b41ce92170
* | | | | Merge "Fix recents task view launch animation unclipping issue." into ↵Winson Chung2018-05-241-6/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | ub-launcher3-edmonton
| * | | | Fix recents task view launch animation unclipping issue.Winson Chung2018-05-241-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't apply the scale to app window crop (which should be in app window space) Bug: 79945202 Change-Id: I68862f7f7d69eab64570ab3b1e3996a2e9a9e2ba
* | | | | Merge "Fixing keyboard navigation when Overview list is empty" into ↵TreeHugger Robot2018-05-244-25/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-launcher3-edmonton
| * | | | | Fixing keyboard navigation when Overview list is emptyVadim Tryshev2018-05-244-25/+12
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 80155387 Change-Id: Ife86fe4b718ef01291a04b21020155110d75fa7b Testing: Manual
* | | | | Merge "Wait until the remote transtions are received before trying to ↵TreeHugger Robot2018-05-241-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | quickscrub animations" into ub-launcher3-edmonton
| * | | | Wait until the remote transtions are received before trying to quickscrub ↵Sunny Goyal2018-05-241-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | animations Bug: 80219743 Change-Id: Ib94568827f30b996477d82f38675e3cd55031849
* | | | Merge "Calculate the scale up for quickscrub based on the available size of ↵TreeHugger Robot2018-05-243-8/+28
|\ \ \ \ | | | | | | | | | | | | | | | the screen" into ub-launcher3-edmonton
| * | | | Calculate the scale up for quickscrub based on the available size of the screenSunny Goyal2018-05-243-8/+28
| |/ / / | | | | | | | | | | | | | | | | Bug: 80139193 Change-Id: I0492ce5bfa347bad12a09a13e404ded77e797623
* | | | Merge "Initial changes to support full-width quickscrubbing." into ↵Winson Chung2018-05-242-7/+5
|\ \ \ \ | | |/ / | |/| | | | | | ub-launcher3-edmonton
| * | | Initial changes to support full-width quickscrubbing.Winson Chung2018-05-232-7/+5
| |/ / | | | | | | | | | | | | Bug: 79945202 Change-Id: Ida8443432faafc74fbdc0a7dae87f0cf8c8ce648
* / / Reverting task order reported via accessibility.Vadim Tryshev2018-05-232-3/+5
|/ / | | | | | | | | | | | | | | Now tasks go in the natural left-to-right direction. Bug: 72222505 Test: Manual Change-Id: I9e90d0eaaaa3ca0a73b2fe6d20e82689c2b2f376
* | Increasing the overview size while in QuickScrub modeSunny Goyal2018-05-2310-91/+123
| | | | | | | | | | Bug: 80139193 Change-Id: I19ea05d3cc083628364651e9d9f581fe1aaaeaaa
* | Merge "Import translations. DO NOT MERGE" into ub-launcher3-edmontonTreeHugger Robot2018-05-2382-154/+82
|\ \
| * | Import translations. DO NOT MERGEBill Yi2018-05-2382-154/+82
| | | | | | | | | | | | | | | Change-Id: Ifb3ec95e81a8988a78e8b4dd90fee00b355525c3 Auto-generated-cl: translation import
* | | Accessibility sugar for RecentsHyunyoung Song2018-05-232-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adding various-pitch earcorns that depend on the scroll state and position in the list notifications. This is for Talkback. Bug: 72222505 Test: Manual Change-Id: I99ffe553f7a20d057940197d97506bc1a14a193e
* | | Merge "Fixing arrow navigation in task carousel" into ub-launcher3-edmontonTreeHugger Robot2018-05-232-20/+22
|\ \ \ | |/ / |/| |
| * | Fixing arrow navigation in task carouselVadim Tryshev2018-05-232-20/+22
| | | | | | | | | | | | | | | Bug: 80155387 Change-Id: Icbdca2e8ad2a0e7e7dfbc8493942787d9fa58a62
* | | Merge "Add mStartState to determine if user swipes up from Home." into ↵TreeHugger Robot2018-05-232-2/+2
|\ \ \ | | | | | | | | | | | | ub-launcher3-edmonton
| * | | Add mStartState to determine if user swipes up from Home.Tracy Zhou2018-05-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 80146880 Test: Manual test Change-Id: Ia0743bff3f2a5b3998a798743138b012ec461a94
* | | | Revert "Use SyncRtSurfaceTransactionApplier for app closing/opening"Jorim Jaggi2018-05-233-31/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4a545dd1b20a48c008fc749faf1d1701e87073b8. Reason for revert: Messes up SF vsync timings. Bug: 78611607 Change-Id: I5978eb65a7bab0d75b4150b8d394a28b38fc1da4
* | | | Use SyncRtSurfaceTransactionApplier for app closing/openingJorim Jaggi2018-05-233-25/+31
| |_|/ |/| | | | | | | | | | | | | | | | | | | | To ensure 100% synchronization, fixing jank. Test: Open and close apps Bug: 78611607 Change-Id: I5646bb259c90b65e1abe0fd67c9918f6a2b196cc
* | | Merge "Enable new open app transitions when in multiwindow mode." into ↵TreeHugger Robot2018-05-233-29/+53
|\ \ \ | |_|/ |/| | | | | ub-launcher3-edmonton
| * | Enable new open app transitions when in multiwindow mode.Jon Miranda2018-05-223-29/+53
| | | | | | | | | | | | | | | Bug: 79118278 Change-Id: Iba79948256d70c913af0a9a584eb040f3a8b4151
* | | Removing FLIP_RECENTSVadim Tryshev2018-05-222-17/+4
| | | | | | | | | | | | | | | | | | Bug: 72222505 Test: Manual Change-Id: I9c84aa3418a5551abec26f03e870da598072e82c
* | | Merge "Making caret visibility part of state definition" into ↵TreeHugger Robot2018-05-223-12/+12
|\ \ \ | | | | | | | | | | | | ub-launcher3-edmonton
| * | | Making caret visibility part of state definitionSunny Goyal2018-05-223-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Hiding the caret in fast overview state > Hiding caret in task swipe down interaction Bug: 79700605 Change-Id: I984d535bc75802501e8aeb13c8f37387f331e5bc