Searched refs:mColumnMatch (Results 1 – 1 of 1) sorted by relevance
58 private GridMatch mColumnMatch; field in GridDropHandler80 mRowMatch = mColumnMatch = null; in computeMatches()155 mColumnMatch = null; in computeMatches()160 mColumnMatch = columnMatches.get(0); in computeMatches()161 columnDescription = mColumnMatch.getDisplayName(mGrid.layout); in computeMatches()172 feedback.invalidTarget = mColumnMatch == null || mRowMatch == null; in computeMatches()233 mColumnMatch = new GridMatch(horizontalType, 0, x1, column, createColumn, 0); in computeMatches()237 String rowString = Integer.toString(mColumnMatch.cellIndex + 1); in computeMatches()243 if (mColumnMatch.createCell && mColumnMatch.cellIndex < mGrid.actualColumnCount) { in computeMatches()245 mColumnMatch.cellIndex + 1)); in computeMatches()[all …]