Loading core/java/android/view/View.java +11 −0 Original line number Diff line number Diff line Loading @@ -9627,6 +9627,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9678,6 +9679,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9729,6 +9731,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9772,6 +9775,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9815,6 +9819,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10000,6 +10005,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (mDisplayList != null) { mDisplayList.setAlpha(getFinalAlpha()); } notifyViewAccessibilityStateChangedIfNeeded( AccessibilityEvent.CONTENT_CHANGE_TYPE_UNDEFINED); } } } Loading Loading @@ -10433,6 +10440,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10474,6 +10482,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10620,6 +10629,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10668,6 +10678,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading core/java/android/view/ViewGroup.java +1 −0 Original line number Diff line number Diff line Loading @@ -4573,6 +4573,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager if (invalidate) { invalidateViewProperty(false, false); } notifySubtreeAccessibilityStateChangedIfNeeded(); } /** Loading Loading
core/java/android/view/View.java +11 −0 Original line number Diff line number Diff line Loading @@ -9627,6 +9627,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9678,6 +9679,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9729,6 +9731,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9772,6 +9775,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -9815,6 +9819,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10000,6 +10005,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, if (mDisplayList != null) { mDisplayList.setAlpha(getFinalAlpha()); } notifyViewAccessibilityStateChangedIfNeeded( AccessibilityEvent.CONTENT_CHANGE_TYPE_UNDEFINED); } } } Loading Loading @@ -10433,6 +10440,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10474,6 +10482,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, // View was rejected last time it was drawn by its parent; this may have changed invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10620,6 +10629,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading Loading @@ -10668,6 +10678,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } invalidateParentIfNeeded(); } notifySubtreeAccessibilityStateChangedIfNeeded(); } } Loading
core/java/android/view/ViewGroup.java +1 −0 Original line number Diff line number Diff line Loading @@ -4573,6 +4573,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager if (invalidate) { invalidateViewProperty(false, false); } notifySubtreeAccessibilityStateChangedIfNeeded(); } /** Loading