Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a50d3430 authored by Mac Duy Hai's avatar Mac Duy Hai Committed by Android (Google) Code Review
Browse files

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

parents 76980e33 6def4f90
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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();