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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java45 public class TemplateLayout extends FrameLayout { class in inherits:FrameLayout
55 public TemplateLayout(Context context, int template, int containerId) { method in class:TemplateLayout
60 public TemplateLayout(Context context, AttributeSet attrs) { method in class:TemplateLayout
66 public TemplateLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TemplateLayout
145 throw new IllegalArgumentException("Container cannot be null in TemplateLayout");
185 throw new IllegalArgumentException("android:layout not specified for TemplateLayout");

Completed in 168 milliseconds