Searched refs:numCols (Results 1 – 4 of 4) sorted by relevance
45 int numCols = widthSize / mColWidth; in onMeasure() local47 Math.min(numCols, MAX_COLUMNS) * mColWidth, in onMeasure()
116 public ContactTileAdapter(Context context, ContactTileView.Listener listener, int numCols, in ContactTileAdapter() argument121 mColumnCount = (displayType == DisplayType.FREQUENT_ONLY ? 1 : numCols); in ContactTileAdapter()
319 public GridComparator(int numCols) { in GridComparator() argument320 mNumCols = numCols; in GridComparator()
1206 int numCols = SEARCH_COLUMNS.length; in constructSearchArgs() local1207 int numArgs = tokens.length * numCols + 2; in constructSearchArgs()1213 int start = 2 + numCols * j; in constructSearchArgs()1214 for (int i = start; i < start + numCols; i++) { in constructSearchArgs()