Loading core/java/android/view/View.java +0 −3 Original line number Diff line number Diff line Loading @@ -7240,9 +7240,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (viewRootImpl != null) { viewRootImpl.setAccessibilityFocus(this, null); } Rect rect = (mAttachInfo != null) ? mAttachInfo.mTmpInvalRect : new Rect(); getDrawingRect(rect); requestRectangleOnScreen(rect, false); invalidate(); sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED); return true; Loading Loading
core/java/android/view/View.java +0 −3 Original line number Diff line number Diff line Loading @@ -7240,9 +7240,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (viewRootImpl != null) { viewRootImpl.setAccessibilityFocus(this, null); } Rect rect = (mAttachInfo != null) ? mAttachInfo.mTmpInvalRect : new Rect(); getDrawingRect(rect); requestRectangleOnScreen(rect, false); invalidate(); sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_ACCESSIBILITY_FOCUSED); return true; Loading