am 745413c1: am 60779458: am a50d3430: Merge "Add method to retrieve search box bounds." into jb-ub-now-jolly-elf

* commit '745413c10594c6694fedc2e3bf39d03e368a3b7c':
  Add method to retrieve search box bounds.
This commit is contained in:
Mac Duy Hai
2014-02-14 20:54:15 +00:00
committed by Android Git Automerger
+5
View File
@@ -4024,6 +4024,11 @@ public class Launcher extends Activity
getDeviceProfile().isVerticalBarLayout();
}
protected Rect getSearchBarBounds() {
return LauncherAppState.getInstance().getDynamicGrid().
getDeviceProfile().getSearchBarBounds();
}
@Override
public void bindSearchablesChanged() {
boolean searchVisible = updateGlobalSearchIcon();