Searched refs:mListItemExpandMaximum (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java86 int mListItemExpandMaximum = Integer.MAX_VALUE; field in class:ListPopupWindow
837 mListItemExpandMaximum = max;
1776 mDropDownList.getChildCount() <= mListItemExpandMaximum) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java102 int mListItemExpandMaximum = Integer.MAX_VALUE; field in class:ListPopupWindow
855 mListItemExpandMaximum = max;
1725 mDropDownList.getChildCount() <= mListItemExpandMaximum) {

Completed in 126 milliseconds