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

Commit ec572a12 authored by Lyn Han's avatar Lyn Han
Browse files

Bye unused vars

Bug: 135633218
Test: SystemUITests
Change-Id: I3e33760a77c489b6c09e4065ca457d9a900b1765
parent e0b6d180
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -179,12 +179,10 @@ public class BubbleStackView extends FrameLayout {
    private int mExpandedAnimateYDistance;
    private int mPointerHeight;
    private int mStatusBarHeight;
    private int mPipDismissHeight;
    private int mImeOffset;
    private BubbleIconFactory mBubbleIconFactory;
    private Bubble mExpandedBubble;
    private boolean mIsExpanded;
    private boolean mImeVisible;

    /** Whether the stack is currently on the left side of the screen, or animating there. */
    private boolean mStackOnLeftOrWillBe = false;
@@ -312,8 +310,6 @@ public class BubbleStackView extends FrameLayout {

        mStatusBarHeight =
                res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_height);
        mPipDismissHeight = mContext.getResources().getDimensionPixelSize(
                R.dimen.pip_dismiss_gradient_height);
        mImeOffset = res.getDimensionPixelSize(R.dimen.pip_ime_offset);

        mDisplaySize = new Point();
@@ -401,8 +397,6 @@ public class BubbleStackView extends FrameLayout {
            if (!mIsExpanded || mIsExpansionAnimating) {
                return view.onApplyWindowInsets(insets);
            }
            mImeVisible = keyboardHeight != 0;

            float newY = getExpandedViewY();
            if (newY < 0) {
                // TODO: This means our expanded content is too big to fit on screen. Right now