Searched refs:ErrorCatcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java35 public class ErrorCatcher extends ViewGroup { class in inherits:ViewGroup
36 public ErrorCatcher(Context context) { method in class:ErrorCatcher
40 public ErrorCatcher(Context context, AttributeSet attrs) { method in class:ErrorCatcher
44 public ErrorCatcher(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ErrorCatcher
48 public ErrorCatcher(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ErrorCatcher
54 assert getChildCount() == 1 : "ErrorCatcher can only have one child";
84 assert getChildCount() == 1 : "ErrorCatcher can only have one child";

Completed in 60 milliseconds