Searched defs:columnCount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileListFragment.java69 int columnCount = res.getInteger(R.integer.contact_tile_column_count_in_favorites);
72 columnCount, mDisplayType);
129 public void setColumnCount(int columnCount) { argument
130 mAdapter.setColumnCount(columnCount);
H A DContactTileAdapter.java136 public void setColumnCount(int columnCount) { argument
137 mColumnCount = columnCount;
527 int columnCount = mItemViewType == ViewTypes.FREQUENT ? 1 : mColumnCount;
530 for (int columnCounter = 0; columnCounter < columnCount; columnCounter++) {

Completed in 47 milliseconds