Loading core/java/android/view/View.java +2 −1 Original line number Diff line number Diff line Loading @@ -1486,7 +1486,8 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal | AccessibilityEvent.TYPE_VIEW_FOCUSED | AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED | AccessibilityEvent.TYPE_VIEW_HOVER_ENTER | AccessibilityEvent.TYPE_VIEW_HOVER_EXIT; | AccessibilityEvent.TYPE_VIEW_HOVER_EXIT | AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED; /** * Temporary Rect currently for use in setBackground(). This will probably Loading core/java/android/view/accessibility/AccessibilityEvent.java +0 −9 Original line number Diff line number Diff line Loading @@ -200,15 +200,6 @@ import java.util.List; * <li>{@link #getBeforeText()} - The text of the source before the change.</li> * <li>{@link #getContentDescription()} - The content description of the source.</li> * </ul> * <em>Note:</em> This event type is not dispatched to descendants though * {@link android.view.View#dispatchPopulateAccessibilityEvent(AccessibilityEvent) * View.dispatchPopulateAccessibilityEvent(AccessibilityEvent)}, hence the event * source {@link android.view.View} and the sub-tree rooted at it will not receive * calls to {@link android.view.View#onPopulateAccessibilityEvent(AccessibilityEvent) * View.onPopulateAccessibilityEvent(AccessibilityEvent)}. The preferred way to add * text content to such events is by setting the * {@link android.R.styleable#View_contentDescription contentDescription} of the source * view.</br> * </p> * <p> * <b>View text selection changed</b> - represents the event of changing the text Loading Loading
core/java/android/view/View.java +2 −1 Original line number Diff line number Diff line Loading @@ -1486,7 +1486,8 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal | AccessibilityEvent.TYPE_VIEW_FOCUSED | AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED | AccessibilityEvent.TYPE_VIEW_HOVER_ENTER | AccessibilityEvent.TYPE_VIEW_HOVER_EXIT; | AccessibilityEvent.TYPE_VIEW_HOVER_EXIT | AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED; /** * Temporary Rect currently for use in setBackground(). This will probably Loading
core/java/android/view/accessibility/AccessibilityEvent.java +0 −9 Original line number Diff line number Diff line Loading @@ -200,15 +200,6 @@ import java.util.List; * <li>{@link #getBeforeText()} - The text of the source before the change.</li> * <li>{@link #getContentDescription()} - The content description of the source.</li> * </ul> * <em>Note:</em> This event type is not dispatched to descendants though * {@link android.view.View#dispatchPopulateAccessibilityEvent(AccessibilityEvent) * View.dispatchPopulateAccessibilityEvent(AccessibilityEvent)}, hence the event * source {@link android.view.View} and the sub-tree rooted at it will not receive * calls to {@link android.view.View#onPopulateAccessibilityEvent(AccessibilityEvent) * View.onPopulateAccessibilityEvent(AccessibilityEvent)}. The preferred way to add * text content to such events is by setting the * {@link android.R.styleable#View_contentDescription contentDescription} of the source * view.</br> * </p> * <p> * <b>View text selection changed</b> - represents the event of changing the text Loading