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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DLayoutResult.java26 public final class LayoutResult implements ILayoutResult { class in inherits:ILayoutResult
38 public LayoutResult(ILayoutViewInfo rootView, BufferedImage image) { method in class:LayoutResult
46 * Creates a LayoutResult with a specific success code and associated message
50 public LayoutResult(int code, String message) { method in class:LayoutResult

Completed in 28 milliseconds