summaryrefslogtreecommitdiff
path: root/src/com/android/launcher2/HolographicOutlineHelper.java
AgeCommit message (Collapse)Author
2012-06-25Remove unneeded importsMichael Jurka
Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
2012-06-22Compile Launcher against only public apis (level 16)Michael Jurka
Also, removing use of TableMaskFilter (last remaining private api) Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
2012-04-25Remove use of private APIsMichael Jurka
Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
2011-10-27Asset updatesPeter Ng
- Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
2011-08-03Revert "Revert "Clear the bitmap associated with canvases.""Adam Cohen
This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
2011-08-03Revert "Clear the bitmap associated with canvases."Adam Cohen
This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
2011-08-02Clear the bitmap associated with canvases.Dianne Hackborn
Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
2011-06-23Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung
- Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
2011-02-25Refactoring and fixing bugs in Customize tray.Winson Chung
Change-Id: Ia37d3033d64036fd09f5f33443eb9f575e311c7c
2011-01-14Fix bug: text is sometimes garbled in All AppsMichael Jurka
2010-12-15holo look for pressed/focused workspace iconsMichael Jurka
Change-Id: Ia964c868afd200be3828e4397659391f857599e6
2010-12-14correcting misspellings and removing dead codeMichael Jurka
Change-Id: Ic71dfc31299b1fbc10d7694e710699aa952da311
2010-12-03Improving the look of holographic outlinesAdam Cohen
- The outlines are used in AllApps, Workspace and Customize Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
2010-11-01Layout and spacing changes for AllApps/Customization drawerWinson Chung
- Also fixing issue where preview images in the customization drawer were not being scaled down Change-Id: I83d1abf019d591954204b87a437eac2ff916dd54
2010-10-20Various cleanups in the drag viz code.Patrick Dubroy
Most importantly: - Don't allocate a new Paint object in CellLayout.onDraw - Scale holographic outlines based on the screen density
2010-10-13fix 3029324: Implement new drag feedbackJoe Onorato
Add "shrinkwrap" icon outlines to visualize where the item will land
2010-09-27Adding tap-to-add behaviour to the customization drawer.Winson Chung
Change-Id: I5a0863a8df2a0b4855112eb29b40b6e7dd550db9
2010-09-17Changing the holographic outline algorithm to match designs.Winson Chung
Change-Id: Ibb9668514c7c3ce56473cf041051245b9c19c793
2010-09-15Adding some wallpaper buttons on the customization tray.Winson Chung
Also tweaking the fading algorithm for side pages. Change-Id: Ia7743c2b71741926ff9ae52e6965d7aefc86604e
2010-09-13supporting swipable home screens on xlarge devicesMichael Jurka
- icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d