Searched refs:mChooserWidthPixels (Results 1 – 1 of 1) sorted by relevance
91 private final int mChooserWidthPixels; field in ChooserGridAdapter120 mChooserWidthPixels = context.getResources().getDimensionPixelSize(R.dimen.chooser_width); in ChooserGridAdapter()173 if (mChooserWidthPixels >= 0) { in calculateChooserTargetWidth()174 width = Math.min(mChooserWidthPixels, width); in calculateChooserTargetWidth()