HomeSort by relevance Sort by last modified time
    Searched defs:spacer (Results 1 - 13 of 13) sorted by null

  /external/doclava/res/assets/templates/
hierarchy.cs 4 .jd-hierarchy-spacer { property
28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.cc 81 // Add spacer between image and title.
82 GtkWidget* spacer = gtk_label_new(NULL); local
83 gtk_label_set_markup(GTK_LABEL(spacer), "<span size=\"larger\"> </span>");
84 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0); local
94 // Add spacer between title and message.
95 spacer = gtk_label_new(" ");
96 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0); local
107 // Add spacer between message and link.
108 spacer = gtk_label_new(" ");
109 gtk_box_pack_start(GTK_BOX(vbox), spacer, FALSE, FALSE, 0) local
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 240 Composite spacer = new Composite(topParent, SWT.NONE); local
241 spacer.setLayoutData(gridData = new GridData(GridData.FILL_HORIZONTAL));
  /external/iptables/iptables/
iptables-xml.c 376 char *spacer = ""; // space when needed to assemble arguments local
423 printf("%s%s", spacer, argv[arg]);
424 spacer = " ";
435 spacer = "";
466 spacer = "";
491 spacer = "";
507 printf("%s", spacer);
514 spacer = " ";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 201 * all nodes are placed before the spacer nodes.
222 // Place it before the first spacer
774 * @return the newly added column spacer
797 * @param newView the {@link INode} to insert as the column spacer, which may be null
798 * (in which case a spacer is automatically created)
804 * @return the column spacer
1814 ViewData spacer = columnSpacers.get(column); local
1868 ViewData spacer = rowSpacers.get(row); local
1973 INode spacer; local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 1329 OddSpacer spacer = new OddSpacer(SourcePosition.NO_INFO); local
1469 OddSpacer spacer = new OddSpacer(SourcePosition.NO_INFO); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 431 * &gt;Spacer horizontalGap="32.0dp" /&lt;
497 private static final String TAG_SPACER = "Spacer";
937 final Key.Spacer spacer = new Key.Spacer(mResources, mParams, row, parser); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 441 milliseconds