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

Commit afc1b7d0 authored by Caren Chang's avatar Caren Chang Committed by Automerger Merge Worker
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." am: 407d5317

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2151635



Change-Id: If08ab9af3186e37a8e59863ac701d3679e18bd36
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4dde1ee8 407d5317
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13202,6 +13202,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * 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.
     *