HomeSort by relevance Sort by last modified time
    Searched defs:ViewStructure (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
ViewStructure.java 27 import android.view.ViewStructure.HtmlInfo;
40 public abstract class ViewStructure {
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} returned b
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 103 milliseconds