summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/SearchDropTargetBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding fling-to-delete.Winson Chung2012-03-201-0/+8
| | | | | | - Also fixing issue where the drop target icon changes color slower than the text. Change-Id: I0bfa59da5d202016342f1c3de419ebcafd81ff6f
* Revert "Revert "Speed up All Apps -> Workspace transition""Michael Jurka2012-02-151-0/+12
| | | | | | | | | | | | | | | | | - also, undo enabling hardware layers for scroll indicator, which could have caused slowness - fix bug where scroll indicator was not seen after the first visit to all apps - eliminate a some needless hardware layer redraws - making items under All Apps invisible when we're in All Apps - making workspace spaces invisible if their alpha is 0 to prevent more hardware layer rebuilding This reverts commit 9753d13c7bda09c1203c611ac6717021037f39c3. Change-Id: Ib908ae0b456b2d4b8a171991a95f20aea4749da1
* Revert "Speed up All Apps -> Workspace transition"Michael Jurka2012-02-141-12/+0
| | | | | | | | Temp fix for 5976264 This reverts commit 9433fa7ebad74320e39bfac6161a68bc850fe161. Change-Id: Ic49ffc818b9b233b3717b52a5f77eaac1e001f5b
* Speed up All Apps -> Workspace transitionMichael Jurka2012-01-201-0/+12
| | | | | | | | | | - use HW layers on Views whose alpha is faded - don't run animation end code until the entire launcher transition is finished - be more aggressive about making workspace pages visible after an animation, potential fix for Bug #5867739 Change-Id: I52a088e551c1636a67725629640286b885070f32
* Reduce unnecessary layout passesMichael Jurka2011-11-101-3/+3
| | | - Also delete unused code
* Add source bounds of QSB bar to global search intents.Mathew Inwood2011-10-141-0/+19
| | | | | | Bug: 5235747 Change-Id: I4baae02923da89826559bd133024453cd4cec661
* Fixing some search box issues.Winson Chung2011-10-051-1/+17
| | | | | | | - Voice search still clickable and causes crash (Bug: 5371480) - Empty search box when QSB is disabled (Bug: 5358074) Change-Id: I97cef678b012c8294fca9149e22458abed31075d
* Fixing minor bugs (5085316, 5082963, 5042828)Winson Chung2011-07-271-2/+2
| | | | | | | | - Adding separator between qsb and workspace content - Adding a bit of spacing between drawables and text in all apps - Making the drop target area smaller... Change-Id: I1bebe7dff20fc30e4896de1dcf23d23b62a31a07
* Adding animations when dropping on delete / uninstall drop targetAdam Cohen2011-07-191-6/+18
| | | | | | -> issue 5043661 Change-Id: I4e4830acc15e006e637b35c3d0dcc72c23414b95
* Cleaning up some drop-target issues.Winson Chung2011-07-121-6/+37
| | | | | | | | - Setting text color during drag over transitions - Fixing regression in drop target padding = Using old drop-down animation where possible Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
* Tweaking drop target transition to prevent flash.Winson Chung2011-07-111-1/+1
| | | | Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
* Fixing issues with spring loaded adding.Winson Chung2011-07-111-1/+0
| | | | | | | | | - Delaying until items are added - Showing bg when going into spring loaded mode - Fixing regression where dropping widgets on full page would not trigger a notification - Fixing regression on tablet where pages were no longer being rotated or shown Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
* Need to remove views and not just hide them after animations.Winson Chung2011-06-201-6/+59
| | | | | | | | - Removing Manage Apps button from workspace and renaming it in AppsCustomize - Fixing foolish string play in resources from initial change for search bar - Using proper way to get full screen dims for wallpaper fix Change-Id: I1319d225135436468f1feb3057cd9f28eda7c89c
* Fixing drop target area, and adding bg color indicators.Winson Chung2011-06-131-7/+5
| | | | | | - Merging wallpaper fix and PagedViewIconCache key fix Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
* Replacing AllApps/Customize in tablet UI with Apps/Customize.Winson Chung2011-06-131-3/+38
| | | | Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
* Adding drag target bar.Winson Chung2011-06-011-0/+88
Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20