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

Commit 0d34cdf0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'public-methods' into ub-launcher3-master

* changes:
  [automerger] Making some methods accessible am: 0b754e56
  Making some methods accessible
parents 463b04cf 33e29c8a
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));
    }