HomeSort by relevance Sort by last modified time
    Searched refs:cellIndex (Results 1 - 16 of 16) 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;
90 return String.format("Align baseline in row %1$d", cellIndex);
95 return String.format("Insert into column %1$d", cellIndex);
98 if (cellIndex == 0 && margin != 0) {
101 return String.format("Add next to column %1$d", cellIndex);
106 return String.format("Insert right-aligned into column %1$d", cellIndex);
    [all...]
GridDropHandler.java 426 int row = mRowMatch.cellIndex;
427 int column = mColumnMatch.cellIndex;
703 mGrid.addColumn(mColumnMatch.cellIndex,
708 mGrid.addRow(mRowMatch.cellIndex, newChild, UNDEFINED, false, UNDEFINED, UNDEFINED);
712 Integer.toString(mColumnMatch.cellIndex));
714 Integer.toString(mRowMatch.cellIndex));
GridLayoutPainter.java 270 int column = data.getColumnMatch().cellIndex;
271 int row = data.getRowMatch().cellIndex;
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.h 37 int cellIndex() const;
HTMLTableCellElement.idl 24 readonly attribute long cellIndex;
HTMLTableCellElement.cpp 62 int HTMLTableCellElement::cellIndex() const
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableCellElement01.js 78 The cellIndex attribute specifies the index of this cell in the row(TH).
80 Retrieve the cellIndex attribute of the first TH element and examine its
103 vcellindex = testNode.cellIndex;
HTMLTableCellElement02.js 78 The cellIndex attribute specifies the index of this cell in the row(TD).
80 Retrieve the cellIndex attribute of the first TD element and examine its
103 vcellindex = testNode.cellIndex;
table18.js 79 The value of attribute cellIndex of the tablecell element is read and checked against the expected value.
101 vcindex = testNode.cellIndex;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableCellElement01.js 78 The cellIndex attribute specifies the index of this cell in the row(TH).
80 Retrieve the cellIndex attribute of the first TH element and examine its
103 vcellindex = testNode.cellIndex;
HTMLTableCellElement02.js 78 The cellIndex attribute specifies the index of this cell in the row(TD).
80 Retrieve the cellIndex attribute of the first TD element and examine its
103 vcellindex = testNode.cellIndex;
table18.js 79 The value of attribute cellIndex of the tablecell element is read and checked against the expected value.
101 vcindex = testNode.cellIndex;
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.h 36 // FIXME: need to implement cellIndex
37 int cellIndex() const { return 0; }
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 159 public void setCell(int cellIndex, State value) {
160 mData[cellIndex] = value;
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 893 milliseconds