summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/launcher3/uioverrides/OverviewState.java
Commit message (Collapse)AuthorAgeFilesLines
* Hide hotseat in landscape overviewTony Wickham2017-12-121-0/+5
| | | | | Bug: 70179916 Change-Id: Ib277a054cf16233ab9156a4448c41952e3295fae
* Separating various UI properties into state variablesSunny Goyal2017-12-061-3/+17
| | | | | | | | | | > Using workspace scale and translation for all-apps > Without quickstep, workspace has the parallex effect as before > With quickstep, workspace scales down to match the recents card width > Using a single animator for recents views in case of state transtion and controlled transition to prevent going into inconsistant state. Change-Id: I1864de6892052ca771f4d0062e3d60c28840a72d
* Allow hotseat items to be clicked in overviewTony Wickham2017-12-051-1/+2
| | | | | Bug: 70179573 Change-Id: Ib2cbd7b12e5e1287d652d703e95c15ca6ea12a4e
* Merge "Simplifying workspace layout" into ub-launcher3-masterTreeHugger Robot2017-11-151-3/+0
|\
| * Simplifying workspace layoutSunny Goyal2017-11-131-3/+0
| | | | | | | | | | | | | | | | | | Instead of creating workspace view larger than the screen size (so that it can be zoomed out), restricting the size to the parent size and bypassing the drag events directly to Workspace (since the workspace is smaller when zoomed out, it might not qualify for all events otherwise). Change-Id: I45e213dd6d16bec5feb6e7cf90bc6f7de4c6d305
* | Load some recent tasksWinson Chung2017-11-131-2/+4
|/ | | | | | Bug: 69166452 Test: Build quickstep Change-Id: Id4b0172256d6920616a6b9529d61abd1fe0c1a36
* Changing the state UI logic for normal build and quickStep buildSunny Goyal2017-11-071-7/+2
| | | | | | | > Creating ShareHandlers for managing UI > In normal build, hotseat is hidden in overview, while in QuickStepBuild, it is visible Change-Id: I5f8d35c75b861d912d93fce186b5dd74106184c3
* Separing the overview states for normal and quickstep buildsSunny Goyal2017-11-071-22/+5
| | | | | | | In QuickStep, adding a placeholder ScrollView and changing the state logic appropriately to handle that Change-Id: I10223c0692788d6e5dbf8c408c01cafb4e39bd2c
* Rearranging the code structure to allow replacing state logic.Sunny Goyal2017-11-061-0/+83
Change-Id: I6f83d0f77045ba189f02dd465bf70ffc2a239aa1