Searched refs:mModal (Results 1 – 2 of 2) sorted by relevance
113 private boolean mModal; field in ListPopupWindow290 mModal = modal; in setModal()300 return mModal; in isModal()675 if (!mModal || mDropDownList.isInTouchMode()) { in show()678 if (!mModal) { in show()1093 mDropDownList = createDropDownListView(context, !mModal); in buildDropDown()
148 private boolean mModal; field in ListPopupWindow329 mModal = modal; in setModal()339 return mModal; in isModal()719 if (!mModal || mDropDownList.isInTouchMode()) { in show()722 if (!mModal) { in show()1138 mDropDownList = createDropDownListView(context, !mModal); in buildDropDown()