Searched refs:mModal (Results 1 – 2 of 2) sorted by relevance
116 private boolean mModal; field in ListPopupWindow293 mModal = modal; in setModal()303 return mModal; in isModal()701 if (!mModal || mDropDownList.isInTouchMode()) { in show()704 if (!mModal) { in show()1119 mDropDownList = createDropDownListView(context, !mModal); in buildDropDown()
152 private boolean mModal; field in ListPopupWindow329 mModal = modal; in setModal()339 return mModal; in isModal()738 if (!mModal || mDropDownList.isInTouchMode()) { in show()741 if (!mModal) { in show()1158 mDropDownList = createDropDownListView(context, !mModal); in buildDropDown()