Searched refs:span (Results 1 – 7 of 7) sorted by relevance
... .support.v7.widget.GridLayout$Interval span public final android.support.v7.widget. ...
83 nav span {91 nav span:hover {95 nav .selected > span {100 nav > .item > span {
63 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createDialogArea()95 GridDataFactory.fillDefaults().span(2, 1).applyTo(mStatusLabel); in createDialogArea()
132 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createFrameStatisticsPart()153 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createFrameStatisticsPart()158 GridDataFactory.fillDefaults().span(2, 1).applyTo(l); in createFrameStatisticsPart()161 GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(table); in createFrameStatisticsPart()
118 GridDataFactory.fillDefaults().span(2, 1).grab(true, true).applyTo(mTextControl); in createControl()
1916 public void setColumnSpanAttribute(INode node, int span) { in setColumnSpanAttribute() argument1917 setGridAttribute(node, ATTR_LAYOUT_COLUMN_SPAN, span > 1 ? Integer.toString(span) : null); in setColumnSpanAttribute()1927 public void setRowSpanAttribute(INode node, int span) { in setRowSpanAttribute() argument1928 setGridAttribute(node, ATTR_LAYOUT_ROW_SPAN, span > 1 ? Integer.toString(span) : null); in setRowSpanAttribute()
308 .span(2, 1) in createInstrumentationGroup()