Merge "Add method to retrieve search box bounds." into jb-ub-now-jolly-elf
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user