Searched defs:allColumns (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DTableLayout.java581 boolean allColumns, int size, int totalWidth) {
585 final int count = allColumns ? length : columns.size();
599 if (!allColumns) {
580 mutateColumnsWidth(SparseBooleanArray columns, boolean allColumns, int size, int totalWidth) argument

Completed in 66 milliseconds