HomeSort by relevance Sort by last modified time
    Searched defs:spacer (Results 1 - 8 of 8) 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 230 Composite spacer = new Composite(topParent, SWT.NONE); local
231 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 = " ";
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
MoreSuggestions.java 219 final Key.Spacer spacer = new Key.Spacer(params, params.mDivider, x + width, y, local
221 params.onAddKey(spacer);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 189 * all nodes are placed before the spacer nodes.
210 // Place it before the first spacer
710 * @return the newly added column spacer
733 * @param newView the {@link INode} to insert as the column spacer, which may be null
734 * (in which case a spacer is automatically created)
740 * @return the column spacer
770 // Insert a new spacer
786 // This means we don't really need the spacer above to imply
787 // the new row number, but we use the spacer to assign the row
1793 ViewData spacer = columnSpacers.get(column); local
1849 ViewData spacer = rowSpacers.get(row); local
1956 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/internal/
KeyboardBuilder.java 53 * &gt;Spacer horizontalGap="0.2in" /&lt;
118 private static final String TAG_SPACER = "Spacer";
505 final Key.Spacer spacer = new Key.Spacer(mResources, mParams, row, parser, mKeyStyles); local
508 endKey(spacer);
    [all...]

Completed in 190 milliseconds