Searched defs:ViewStructure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewStructure.java27 import android.view.ViewStructure.HtmlInfo;
40 public abstract class ViewStructure { class
283 * Create a new child {@link ViewStructure} in this view, putting into the list of
289 * @return Returns an fresh {@link ViewStructure} ready to be filled in.
291 public abstract ViewStructure newChild(int index);
295 * child. It can transfer the returned {@link ViewStructure} to another thread for it
297 * {@link #asyncCommit} to tell the containing {@link ViewStructure} that the async
303 * @return Returns an fresh {@link ViewStructure} ready to be filled in.
305 public abstract ViewStructure asyncNewChild(int index);
412 * Call when done populating a {@link ViewStructure} returne
[all...]

Completed in 38 milliseconds