Searched refs:mListPopupMaxWidth (Results 1 – 2 of 2) sorted by relevance
115 private final int mListPopupMaxWidth; field in ActivityChooserView303 mListPopupMaxWidth = Math.max(resources.getDisplayMetrics().widthPixels / 2, in ActivityChooserView()404 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth); in showPopupUnchecked()
86369 Landroid/widget/ActivityChooserView;->mListPopupMaxWidth:I