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

Commit 0b754e56 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Making some methods accessible

Bug: 63996463
Change-Id: I3cd2e21b8aa6744fc8003a131178ce1671e024dd
parent f2b83d0e
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));
    }