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

Commit 75298e33 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am d8e2fdf7: Merge "Use stable layouts for keyguard/SlidingChallengeLayout"...

am d8e2fdf7: Merge "Use stable layouts for keyguard/SlidingChallengeLayout" into jb-mr1-lockscreen-dev

* commit 'd8e2fdf7':
  Use stable layouts for keyguard/SlidingChallengeLayout
parents f3add313 d8e2fdf7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ public class MultiPaneChallengeLayout extends ViewGroup implements ChallengeLayo

        final Resources res = getResources();
        mDisplayMetrics = res.getDisplayMetrics();

        setSystemUiVisibility(SYSTEM_UI_FLAG_LAYOUT_STABLE);
    }

    @Override
+1 −0
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ public class SlidingChallengeLayout extends ViewGroup implements ChallengeLayout
        mChallengeBottomBound = res.getDimensionPixelSize(R.dimen.kg_widget_pager_bottom_padding);

        setWillNotDraw(false);
        setSystemUiVisibility(SYSTEM_UI_FLAG_LAYOUT_STABLE);
    }

    public void setHandleAlpha(float alpha) {