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

Commit 33e29c8a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

[automerger] Making some methods accessible am: 0b754e56

Change-Id: I247430dc5eaebed47b03d0e881d97fb3d7131a27
parents c1c54a9a 0b754e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -780,7 +780,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
        return mCellWidth;
    }

    int getCellHeight() {
    public int getCellHeight() {
        return mCellHeight;
    }

+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ public class ShortcutAndWidgetContainer extends ViewGroup {
        mInvertIfRtl = invert;
    }

    int getCellContentHeight() {
    public int getCellContentHeight() {
        return Math.min(getMeasuredHeight(),
                mLauncher.getDeviceProfile().getCellHeight(mContainerType));
    }