Home
last modified time | relevance | path

Searched refs:mListPopupMaxWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DActivityChooserView.java114 private final int mListPopupMaxWidth; field in ActivityChooserView
300 mListPopupMaxWidth = Math.max(resources.getDisplayMetrics().widthPixels / 2, in ActivityChooserView()
400 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth); in showPopupUnchecked()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActivityChooserView.java124 private final int mListPopupMaxWidth; field in ActivityChooserView
290 mListPopupMaxWidth = Math.max(resources.getDisplayMetrics().widthPixels / 2, in ActivityChooserView()
392 final int contentWidth = Math.min(mAdapter.measureContentWidth(), mListPopupMaxWidth); in showPopupUnchecked()