summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherRootView.java
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes to tweak layout.Winson2016-07-201-0/+7
| | | | | | | | | | | | | | | - Adding DeviceProfile callback for when the launcher layout changes due to insets. This is necessary since there are now different layouts depending on which side the navigation bar is on - Consolidating hotseat and other layout into the device profile launcher layout logic - Making the all apps icons match the workspace icon height - Tweaking caret drawable to draw to the bounds specified to simplify layout in each orientation - Fixing minor issue with page indicator shifting in landscape - Centering overview buttons to the workspace page Bug: 30021487 Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
* Adding support for non-zero left insetsSunny Goyal2016-07-071-7/+15
| | | | | Bug: 29613069 Change-Id: Ifdf9bcce7ecdedc510f3be8a4dc10eb8da7c4bf1
* Making some view properties exported.Sunny Goyal2016-02-091-0/+3
| | | | | | These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
* Fixing custom content screen not aligned properly in landscapeSunny Goyal2016-01-121-2/+4
| | | | | Bug: 26413100 Change-Id: I1a111c9d2b0dfdfbc3cbd566e5784a1ed2bb6719
* Adding margin to Drag layer instead of checking for right insets at every placeSunny Goyal2015-12-011-3/+30
| | | | | Bug: 25692432 Change-Id: I853f41a17c54b30b7772b9fd8556d9465de84752
* Fixing overscroll effect when the navigation bar is opaqueSunny Goyal2015-09-221-0/+25
| | | | | | | | | | The navigation bar is opaque on mobile devices in landscape mode. Launcher should ignore the right insets and draw the edge effect appropriately. Also draw the black bar under the navigation bar, just in case we assume it to be opaque, but it was not actually opaque. Bug: 18526657 Change-Id: I1d49dcb82b8a5ee25009bc738cd9b8c0c5c88263
* Allow LauncherOverlay to access and manage insetsAdam Cohen2014-10-241-0/+17
Change-Id: Ib9faf37eb22ad2a0b18c076978ec9f2fd8864c0c