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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java716 list.mListSelectionHidden = false;
731 // WARNING: Please read the comment where mListSelectionHidden is declared
732 list.mListSelectionHidden = true;
889 // WARNING: Please read the comment where mListSelectionHidden
891 mDropDownList.mListSelectionHidden = false;
1068 dropDownList.mListSelectionHidden = false;
1518 private boolean mListSelectionHidden; field in class:ListPopupWindow.DropDownListView
1717 // WARNING: Please read the comment where mListSelectionHidden is declared
1718 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java731 list.mListSelectionHidden = false;
749 // WARNING: Please read the comment where mListSelectionHidden is declared
750 list.mListSelectionHidden = true;
907 // WARNING: Please read the comment where mListSelectionHidden
909 mDropDownList.mListSelectionHidden = false;
1086 dropDownList.mListSelectionHidden = false;
1526 private boolean mListSelectionHidden; field in class:ListPopupWindow.DropDownListView
1665 // WARNING: Please read the comment where mListSelectionHidden is declared
1666 return (mHijackFocus && mListSelectionHidden) || super.isInTouchMode();

Completed in 117 milliseconds