Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02bbf4b3 authored by Caren Chang's avatar Caren Chang
Browse files

Add explanation about the purpose of accessibility heading and use case apps should consider.

Change-Id: I01bdd1fc89d54e62e9ce1f8dc15a58d13c56fabc
Test: N/A, documentation chang
parent d1a6cd91
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -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.
     *
     *