OSDN Git Service

Add view ID, rework assist API.
authorDianne Hackborn <hackbod@google.com>
Fri, 20 Mar 2015 22:05:35 +0000 (15:05 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 23 Mar 2015 20:59:47 +0000 (13:59 -0700)
commit0b071a08d8dec3e68937590938199273f3b123cc
treeefa185352b9d5f4fca62dbfb35cf259fed1b3c5b
parent79ec42e6a3c6a6f6a00ef3ad92221a5ad2149aa9
Add view ID, rework assist API.

Add view ID information to the assist structure.

Also rework the API to simplify how it works by removing
the ViewNode wrapper around ViewNodeImpl -- these are now
just the same thing.  And then add complexity by introducing
a formal WindowNode object that contains the top-level window
information (so I can add in some more window-specific info
in the future).

Change-Id: I5d525cf61ab6a73193e5cceb4c09d2d21cc27bae
api/current.txt
api/system-current.txt
core/java/android/app/AssistStructure.java
tests/VoiceInteraction/src/com/android/test/voiceinteraction/AssistVisualizer.java