Searched refs:newRow (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | TableLayoutRule.java | 87 INode newRow = node.appendChild(FQCN_TABLE_ROW); in addContextMenuActions() 88 mRulesEngine.select(Collections.singletonList(newRow)); in addContextMenuActions() 143 INode newRow; in addTableLayoutActions() 145 newRow = parentNode.appendChild(FQCN_TABLE_ROW); in addTableLayoutActions() 147 newRow = parentNode.insertChildAt(FQCN_TABLE_ROW, index); in addTableLayoutActions() 149 rulesEngine.select(Collections.singletonList(newRow)); in addTableLayoutActions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 1121 int newRow = actualRowCount; in addRow() local 1125 newRow = view.row; in addRow() 1128 INode newView = addRow(newRow, null, UNDEFINED, false, UNDEFINED, UNDEFINED); in addRow() 1149 public INode addRow(int newRow, INode newView, int rowHeightDp, boolean split, in addRow() argument 1159 if (view.row >= newRow) { in addRow() 1161 if (view.row == newRow && view.column == 0) { in addRow() 1170 split ? newRow - 1 : UNDEFINED, in addRow() 1175 newViewData.row = newRow - 1; in addRow() 1193 if (endRow > newRow) { in addRow() 1213 newViewData.row = split ? newRow - 1 : newRow; in addRow() [all …]
|