Searched defs:mListSelectionHidden (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java680 list.mListSelectionHidden = false;
695 // WARNING: Please read the comment where mListSelectionHidden is declared
696 list.mListSelectionHidden = true;
854 // WARNING: Please read the comment where mListSelectionHidden
856 mDropDownList.mListSelectionHidden = false;
1010 dropDownList.mListSelectionHidden = false;
1168 private boolean mListSelectionHidden; field in class:ListPopupWindow.DropDownListView
1207 // WARNING: Please read the comment where mListSelectionHidden is declared
1208 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java658 list.mListSelectionHidden = false;
672 // WARNING: Please read the comment where mListSelectionHidden is declared
673 list.mListSelectionHidden = true;
827 // WARNING: Please read the comment where mListSelectionHidden
829 mDropDownList.mListSelectionHidden = false;
948 dropDownList.mListSelectionHidden = false;
1151 private boolean mListSelectionHidden; field in class:ListPopupWindow.DropDownListView
1217 // WARNING: Please read the comment where mListSelectionHidden is declared
1218 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode();

Completed in 214 milliseconds