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

This commit is contained in:
Mac Duy Hai
2013-12-02 11:40:17 +00:00
committed by Android (Google) Code Review
+5
View File
@@ -4023,6 +4023,11 @@ public class Launcher extends Activity
getDeviceProfile().isVerticalBarLayout();
}
protected Rect getSearchBarBounds() {
return LauncherAppState.getInstance().getDynamicGrid().
getDeviceProfile().getSearchBarBounds();
}
@Override
public void bindSearchablesChanged() {
boolean searchVisible = updateGlobalSearchIcon();