Skip to content
Snippets Groups Projects
Commit 407d5317 authored by Caren Chang's avatar Caren Chang Committed by Gerrit Code Review
Browse files

Merge "Add explanation about the purpose of accessibility heading and use case...

Merge "Add explanation about the purpose of accessibility heading and use case apps should consider."
parents 1ae7d624 02bbf4b3
No related branches found
No related tags found
No related merge requests found
...@@ -12810,6 +12810,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback, ...@@ -12810,6 +12810,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
   
/** /**
* Set if view is a heading for a section of content for accessibility purposes. * Set if view is a heading for a section of content for accessibility purposes.
* <p>
* Users of some accessibility services can choose to navigate between headings
* instead of between paragraphs, words, etc. Apps that provide headings on
* sections of text can help the text navigation experience.
* *
* @param isHeading {@code true} if the view is a heading, {@code false} otherwise. * @param isHeading {@code true} if the view is a heading, {@code false} otherwise.
* *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment