Searched refs:declaredRowCount (Results 1 – 1 of 1) sorted by relevance
101 public int declaredRowCount; field in GridModel404 declaredRowCount = getGridAttribute(layout, ATTR_ROW_COUNT, UNDEFINED); in loadFromXml()419 declaredRowCount == UNDEFINED ? children.length : declaredRowCount, in loadFromXml()436 if (declaredRowCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()439 if (view.row >= declaredRowCount) { in findCellsOutsideDeclaredBounds()446 if (extraRows != null && declaredRowCount != UNDEFINED) { in findCellsOutsideDeclaredBounds()449 int row = declaredRowCount; in findCellsOutsideDeclaredBounds()1152 if (declaredRowCount != UNDEFINED) { in addRow()1153 declaredRowCount++; in addRow()1154 setGridAttribute(layout, ATTR_ROW_COUNT, declaredRowCount); in addRow()[all …]