Loading core/java/android/view/View.java +2 −0 Original line number Diff line number Diff line Loading @@ -11253,6 +11253,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (!isLayoutValid()) { mPrivateFlags |= PFLAG_WANTS_FOCUS; } else { clearParentsWantFocus(); } handleFocusGainInternal(direction, previouslyFocusedRect); Loading
core/java/android/view/View.java +2 −0 Original line number Diff line number Diff line Loading @@ -11253,6 +11253,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (!isLayoutValid()) { mPrivateFlags |= PFLAG_WANTS_FOCUS; } else { clearParentsWantFocus(); } handleFocusGainInternal(direction, previouslyFocusedRect);