Lines Matching refs:getPathForRow
1313 location = new DropLocation(p, getPathForRow(row), -1);
1330 || !model.isLeaf(getPathForRow(row).getLastPathComponent());
1334 child = getPathForRow(row);
1350 child = getPathForRow(index);
1354 location = new DropLocation(p, getPathForRow(row), -1);
1541 TreePath path = getPathForRow(selRow);
1719 paths[counter] = ui.getPathForRow(this, rows[counter]);
1784 paths[counter] = ui.getPathForRow(this, rows[counter]);
2017 TreePath path = tree.getPathForRow(this, row);
2116 return getPathBounds(getPathForRow(row));
2153 scrollPathToVisible(getPathForRow(row));
2166 public TreePath getPathForRow(int row) {
2170 return tree.getPathForRow(this, row);
2219 expandPath(getPathForRow(row));
2242 collapsePath(getPathForRow(row));
2511 tree.getPathForRow(this, counter);
2650 paths[counter] = ui.getPathForRow(this, rows[counter]);
3014 TreePath path = getPathForRow(row);