Searched refs:mPopupWindow (Results 1 – 1 of 1) sorted by relevance
23 private var mPopupWindow: PopupWindow? = null in <lambda>() variable31 if (mPopupWindow != null) { in <lambda>()43 …mPopupWindow = PopupWindow(mContainer, ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams… in <lambda>()86 if (mPopupWindow == null || !mPopupWindow!!.isShowing) { in <lambda>()91 mPopupWindow!!.dismiss() in <lambda>()92 mPopupWindow = null in <lambda>()