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

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

Completed in 6571 milliseconds