HomeSort by relevance Sort by last modified time
    Searched refs:cellIndex (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 36 public int cellIndex;
54 * @param cellIndex the index of the row or column we matched with
59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex,
65 this.cellIndex = cellIndex;
91 return String.format("Align baseline in row %1$d", cellIndex + 1);
96 return String.format("Insert into column %1$d", cellIndex + 1);
99 if (cellIndex == 0 && margin != 0) {
102 return String.format("Add next to column %1$d", cellIndex + 1);
107 return String.format("Insert right-aligned into column %1$d", cellIndex + 1)
    [all...]
GridDropHandler.java 237 String rowString = Integer.toString(mColumnMatch.cellIndex + 1);
238 String columnString = Integer.toString(mRowMatch.cellIndex + 1);
239 if (mRowMatch.createCell && mRowMatch.cellIndex < mGrid.actualRowCount) {
240 description.append(String.format("Shift row %1$d down", mRowMatch.cellIndex + 1));
243 if (mColumnMatch.createCell && mColumnMatch.cellIndex < mGrid.actualColumnCount) {
245 mColumnMatch.cellIndex + 1));
476 int row = mRowMatch.cellIndex;
477 int column = mColumnMatch.cellIndex;
    [all...]
GridLayoutPainter.java 287 int column = columnMatch.cellIndex;
288 int row = rowMatch.cellIndex;
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 159 public void setCell(int cellIndex, State value) {
160 mData[cellIndex] = value;
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 118 milliseconds