summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Defining the list of predefined device profiles in xml.Sunny Goyal2016-07-071-1/+1
| | | | | | This allows the profiles to be easily customized by derivatives. Change-Id: Iaec2b7a0eda34581c8e48b7dc44817013632dabe
* Removing the SearchDropTarget bar as it no longer contains the QSBSunny Goyal2016-06-061-71/+0
| | | | | | | | | | | | > Renaming it to simply DropTargetBar > Moving AppInfo to the top bar as well > The workspace pages will extend to the top edge (minus some padding). Since the QSB is no longer displayed on top of every page, there is no reason to reserve the space. > In spring-loaded mode, the workspace cell layout will scale enough to make room for the drop target bar at the top Change-Id: I2baf607310335dd576c9d9fcbb75ab708f47ac03
* Fixing broken testQsbTallHeight for some devicesSunny Goyal2016-02-251-1/+3
| | | | Change-Id: I0f4f11847602f4767051543ff648c5c32a82961a
* Add extra space for the search bar.Tony Wickham2016-02-011-13/+8
| | | | | | Also fixed a broken test. Change-Id: I1c270e69617528ea30f0e26a2101673e9b9fa63c
* Setting correct height for search bar widget options bundle.Tony Wickham2015-10-291-4/+71
| | | | | | | | | | - Seperate search bar height from its top and bottom paddings - Report this height plus 8dps top and bottom for the widget options - Use a separate bottom padding to adjust spacing between QSB and the workspace - Add tests to verify the height of the search bar in both normal and tall modes (ran on Nexus 6, 7, and 10) Change-Id: Ia7557785d1b38194eee869d0460456e8f33447d5
* Adding tests for rotation preferenceSunny Goyal2015-10-161-1/+4
| | | | | | Updating the gradle file to run tests directly from AndroidStudio Change-Id: Iac23dfc6f995477f2406071fbfab3a16ee58ce6f
* Start adding unit tests for the invariant device profile / RefactorHyunyoung Song2015-05-281-0/+123
- removed redundant code to sort the device profiles - removed DeviceProfileQuery class - Added a helper method inside the test to easily generate interpolation graph looks like: https://docs.google.com/a/google.com/spreadsheets/d/1a1fdemrOqIDixiql77h0anWzUD3GlYfGsbP2FfIhyPM/edit?usp=sharing Change-Id: Ia4c54a8d59a049c418c08d1b766f07ac6e1d0944