summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Search.java
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-091-380/+0
| | | | | | Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
* Guard against null parent in Launcher2.Search.clearAnimation()Bjorn Bringert2009-11-211-1/+2
| | | | | | | | | Sometimes clearAnimation() is called on the search widget when it has no parent, e.g. when it being removed from the home screen. This caused an NPE, because clearAnimation() called invalidate() on the parent. This is a partial fix for: http://b/issue?id=2246760
* Bug 2231692 - Turn off launcher2 logging.Joe Onorato2009-11-111-1/+1
|
* Account for the gap at the top of the search widget when animatingMike Cleron2009-11-061-1/+10
|
* Update the search widget to be vertically centered within it's footprint.Mike Cleron2009-11-041-15/+14
|
* Correct size for "Google" in search widget.Joe Onorato2009-09-211-1/+1
| | | | | | | | | | Fixes http://b/issue?id=2100799 . Used official logo from creativelab.corp, specifically https://creativelab.corp.google.com/brandsite/logo-files/Glogo_flat_black.eps ...at 27% opacity, matching the original mdpi version. Updated the mdpi version using the same source artwork so they're consistent.
* Remove the ability for the Google logo to hide itself based on the chosenAnonymous Coward2009-09-211-42/+6
| | | | web search provider, as Google will be the only provider.
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+407