Searched refs:mListPopupMaxWidth (Results 1 – 2 of 2) sorted by relevance
114 private final int mListPopupMaxWidth; field in ActivityChooserView300 mListPopupMaxWidth = Math.max(resources.getDisplayMetrics().widthPixels / 2, in ActivityChooserView()400 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth); in showPopupUnchecked()
124 private final int mListPopupMaxWidth; field in ActivityChooserView290 mListPopupMaxWidth = Math.max(resources.getDisplayMetrics().widthPixels / 2, in ActivityChooserView()392 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth); in showPopupUnchecked()