Home
last modified time | relevance | path

Searched refs:rowHeightDp (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java1149 public INode addRow(int newRow, INode newView, int rowHeightDp, boolean split, in addRow() argument
1173 rowHeightDp != UNDEFINED ? rowHeightDp : DEFAULT_CELL_HEIGHT); in addRow()
1210 rowHeightDp != UNDEFINED ? rowHeightDp : DEFAULT_CELL_HEIGHT); in addRow()
1763 public void splitRow(int newRow, boolean insertMarginRow, int rowHeightDp, int y) { in splitRow() argument
1813 if (insertMarginRow || rowHeightDp == 0) { in splitRow()
1817 int remaining = dp - rowHeightDp; in splitRow()
1826 if (rowHeightDp > 0) { in splitRow()
1829 0, SPACER_SIZE_DP, rowHeightDp); in splitRow()
2206 int rowHeightDp = mRulesEngine.pxToDp(height); in onDeleted() local
2208 String.format(VALUE_N_DP, rowHeightDp)); in onDeleted()
DGridDropHandler.java648 int rowHeightDp = mRule.getRulesEngine().pxToDp(rowHeightPx); in handleFreeFormDrop()
653 rowHeightDp = 0; in handleFreeFormDrop()
670 rowHeightDp = mRule.getRulesEngine().pxToDp(margin); in handleFreeFormDrop()
675 mGrid.splitRow(row, insertMarginRow, rowHeightDp, mRowMatch.matchedLine); in handleFreeFormDrop()