Loading packages/Keyguard/src/com/android/keyguard/SlidingChallengeLayout.java +10 −0 Original line number Diff line number Diff line Loading @@ -1003,6 +1003,16 @@ public class SlidingChallengeLayout extends ViewGroup implements ChallengeLayout } } @Override protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { // Focus security fileds before widgets. if (mChallengeView != null && mChallengeView.requestFocus(direction, previouslyFocusedRect)) { return true; } return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); } public void computeScroll() { super.computeScroll(); Loading Loading
packages/Keyguard/src/com/android/keyguard/SlidingChallengeLayout.java +10 −0 Original line number Diff line number Diff line Loading @@ -1003,6 +1003,16 @@ public class SlidingChallengeLayout extends ViewGroup implements ChallengeLayout } } @Override protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { // Focus security fileds before widgets. if (mChallengeView != null && mChallengeView.requestFocus(direction, previouslyFocusedRect)) { return true; } return super.onRequestFocusInDescendants(direction, previouslyFocusedRect); } public void computeScroll() { super.computeScroll(); Loading