Searched refs:headers (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | AccordionControl.java | 139 List<CLabel> headers = new ArrayList<CLabel>(); in getHeaderLabels() local 142 headers.add((CLabel) c); in getHeaderLabels() 146 return headers; in getHeaderLabels() 198 public AccordionControl(Composite parent, int style, List<?> headers, in AccordionControl() argument 216 for (Object header : headers) { in AccordionControl()
|
D | PaletteControl.java | 447 List<String> headers = Collections.emptyList(); in reloadPalette() local 450 headers = new ArrayList<String>(); in reloadPalette() 457 headers.add(category); in reloadPalette() 461 headers.add("Custom & Library Views"); in reloadPalette() 468 if ((expandedCategories == null && headers.size() > 0) || headers.size() == 1 || in reloadPalette() 470 && !headers.contains( in reloadPalette() 473 expandedCategories = Collections.singleton(headers.get(0)); in reloadPalette() 481 mAccordion = new AccordionControl(this, SWT.NONE, headers, fillVertical, wrap, in reloadPalette()
|
/sdk/emulator/opengl/host/tools/emugen/ |
D | README | 35 data only, with no context headers. In precise term terms, a reply 280 a list of headers that will be included in the encoder header file 284 a list of headers that will be included in the client context header file 288 a list of headers that will be included in the decoder header file 292 a list of headers that will be included in the server context header file
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion11-expected-complation79.txt | 10 android.preference.PreferenceActivity : <p>This activity shows one or more headers of preferences, …
|
/sdk/emulator/opengl/ |
D | DESIGN | 287 source files and headers based on the specification. These correspond 551 by the headers under $EMUGL_HOST/host/include/libOpenglRender/render_api.h
|