Compatibility support for new accessibility APIs in View.

1. For accessibility purposes it is important to be able to associate
   a view with content with a view that labels it. For example, if
   an accessibility service knows that a TextView is associated with
   an EditText, it can provide much richer feedback.

   This change adds compatibilityt support for the APIs for setting
   a view to be the label for another one and setting the label for
   a view, i.e. the reverse association.

bug:5016937

Change-Id: I54ea51f6e6ff46447c8f4d64383cb88f62d99812
3 files changed
tree: 381d98b3cb2d7177145a0bf1532e137e2e0601d4
  1. appcompat/
  2. renderscript/
  3. v13/
  4. v4/
  5. v7/
  6. volley/