Loading core/java/android/view/View.java +4 −1 Original line number Diff line number Diff line Loading @@ -6970,8 +6970,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, dispatchPopulateAccessibilityEvent(event); } // In the beginning we called #isShown(), so we know that getParent() is not null. ViewParent parent = getParent(); if (parent != null) { getParent().requestSendAccessibilityEvent(this, event); } } /** * Dispatches an {@link AccessibilityEvent} to the {@link View} first and then Loading Loading
core/java/android/view/View.java +4 −1 Original line number Diff line number Diff line Loading @@ -6970,8 +6970,11 @@ public class View implements Drawable.Callback, KeyEvent.Callback, dispatchPopulateAccessibilityEvent(event); } // In the beginning we called #isShown(), so we know that getParent() is not null. ViewParent parent = getParent(); if (parent != null) { getParent().requestSendAccessibilityEvent(this, event); } } /** * Dispatches an {@link AccessibilityEvent} to the {@link View} first and then Loading