Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java59 private GridMatch mRowMatch; field in GridDropHandler
80 mRowMatch = mColumnMatch = null; in computeMatches()
156 mRowMatch = null; in computeMatches()
164 mRowMatch = rowMatches.get(0); in computeMatches()
165 rowDescription = mRowMatch.getDisplayName(mGrid.layout); in computeMatches()
172 feedback.invalidTarget = mColumnMatch == null || mRowMatch == null; in computeMatches()
234 mRowMatch = new GridMatch(verticalType, 0, y1, row, createRow, 0); in computeMatches()
238 String columnString = Integer.toString(mRowMatch.cellIndex + 1); in computeMatches()
239 if (mRowMatch.createCell && mRowMatch.cellIndex < mGrid.actualRowCount) { in computeMatches()
240 description.append(String.format("Shift row %1$d down", mRowMatch.cellIndex + 1)); in computeMatches()
[all …]