Home | History | Annotate | Download | only in grid

Lines Matching defs:getColumnWidth

876                         int columnWidth = getColumnWidth(removedColumn, view.columnSpan) -
877 getColumnWidth(removedColumn, 1);
1278 public int getColumnWidth(int column, int columnSpan) {
1294 getColumnWidth(column, columnSpan),
1493 int px = getColumnWidth(newColumn - 1, 1);
1803 int columnWidthPx = getColumnWidth(column, 1);