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

Commit 10bd6403 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am b4c8cf6a: am 75298e33: am d8e2fdf7: Merge "Use stable layouts for...

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

* commit 'b4c8cf6a':
  Use stable layouts for keyguard/SlidingChallengeLayout
parents 23b94022 b4c8cf6a
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) {