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

Commit b3800241 authored by Winson Chung's avatar Winson Chung
Browse files

Adding method to get the search bar bounds.

Change-Id: Iec2fe0992cc666432ba6b9eac7ee8bf63e49b146
parent e248b837
Loading
Loading
Loading
Loading
+717 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −661

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
@@ -191,7 +191,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
                availableWidth, availableHeight);
                availableWidth, availableHeight);
        return grid;
        return grid;
    }
    }
    DynamicGrid getDynamicGrid() {
    public DynamicGrid getDynamicGrid() {
        return mDynamicGrid;
        return mDynamicGrid;
    }
    }