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

* commit 'a50d34306c5fe6748392b493b5fbd4c54bf5f39f':
  Add method to retrieve search box bounds.
This commit is contained in:
Mac Duy Hai
2013-12-02 03:43:36 -08: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();