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;
91 return String.format("Align baseline in row %1$d", cellIndex);
96 return String.format("Insert into column %1$d", cellIndex);
99 if (cellIndex == 0 && margin != 0) {
102 return String.format("Add next to column %1$d", cellIndex);
107 return String.format("Insert right-aligned into column %1$d", cellIndex);
    [all...]
GridDropHandler.java 423 int row = mRowMatch.cellIndex;
424 int column = mColumnMatch.cellIndex;
699 mGrid.addColumn(mColumnMatch.cellIndex,
704 mGrid.addRow(mRowMatch.cellIndex, newChild, UNDEFINED, false, UNDEFINED, UNDEFINED);
707 mGrid.setGridAttribute(newChild, ATTR_LAYOUT_COLUMN, mColumnMatch.cellIndex);
708 mGrid.setGridAttribute(newChild, ATTR_LAYOUT_ROW, mRowMatch.cellIndex);
GridLayoutPainter.java 271 int column = data.getColumnMatch().cellIndex;
272 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 1914 milliseconds