summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/QsbContainerView.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixing crash on LollipopSunny Goyal2016-06-081-4/+4
| | | | | | | Fragment.getContext is available from MNC onwards. Using getActivity instead Change-Id: I99ef98947879ff165895fc76facb438cd4b8b414
* Fixing memory leak in QSB widgetSunny Goyal2016-06-031-18/+10
| | | | | | | | | | | > Instead of recreating the whole fragment, only recreating the views when reinflating > Binding the fragment in xml instead of in code This prevents duplicate fragment binding Bug: 29120662 Change-Id: I25b942f64d68f25e1358f15d8a919daeebdcff9c
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-0/+271
The QSB will only be resent on the first screen of the workspace covering the full width of the first row. If will not be movable. The first screen of the workspace will not be movable. The searchDropTargetBar no longer contains the QSB (it can be renamed in aseparate cl). Refactoring all QSB related logic by moving it to a custom view inflated only using xml. Change-Id: Icb4fd6eb855df1af15f685961c38351bf4fd4f4a