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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DAccordionControl.java56 * The visual appearance of the headers is built in; it uses a mild gradient, with a
139 List<CLabel> headers = new ArrayList<CLabel>();
142 headers.add((CLabel) c);
146 return headers;
191 * @param headers a list of headers, whose {@link Object#toString} method should
196 * @param expand Set of headers to expand initially
198 public AccordionControl(Composite parent, int style, List<?> headers, argument
216 for (Object header : headers) {

Completed in 4 milliseconds