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

* commit '60779458160eed2f214450c1c708c0ecafe6465a':
  Add method to retrieve search box bounds.
This commit is contained in:
Mac Duy Hai
2014-02-14 20:38:20 +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();