Searched refs:mMaxTargetsPerRow (Results 1 – 3 of 3) sorted by relevance
89 private final int mMaxTargetsPerRow; field in ChooserGridAdapter118 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserGridAdapter()177 int newWidth = width / mMaxTargetsPerRow; in calculateChooserTargetWidth()193 / mMaxTargetsPerRow) in getRowCount()204 + mChooserListAdapter.getRankedTargetCount()) / mMaxTargetsPerRow); in getCallerAndRankedTargetRowCount()418 Lists.newArrayList(row1, row2), mMaxTargetsPerRow, viewType); in createItemGroupViewHolder()426 new SingleRowViewHolder(row, mMaxTargetsPerRow, viewType); in createItemGroupViewHolder()513 final int serviceRows = (int) Math.ceil((float) serviceCount / mMaxTargetsPerRow); in getListPosition()515 return position * mMaxTargetsPerRow; in getListPosition()525 return serviceCount + position * mMaxTargetsPerRow; in getListPosition()
180 private int mMaxTargetsPerRow; field in ChooserMultiProfilePagerAdapter.ChooserProfileAdapterBinder183 mMaxTargetsPerRow = maxTargetsPerRow; in ChooserProfileAdapterBinder()187 mMaxTargetsPerRow = maxTargetsPerRow; in setMaxTargetsPerRow()194 glm.setSpanCount(mMaxTargetsPerRow); in bind()
291 private int mMaxTargetsPerRow = 1; field in ChooserActivity498 mMaxTargetsPerRow = in initialize()522 mMaxTargetsPerRow); in initialize()792 mMaxTargetsPerRow); in recreatePagerAdapter()1530 mMaxTargetsPerRow = getResources().getInteger(R.integer.config_chooser_max_targets_per_row);1531 mChooserMultiProfilePagerAdapter.setMaxTargetsPerRow(mMaxTargetsPerRow);1561 float padding = (tabs.getWidth() - mMaxTargetsPerRow * iconSize)1562 / mMaxTargetsPerRow / 2;1990 mMaxTargetsPerRow2017 mMaxTargetsPerRow,[all …]