Searched refs:mTouchInterceptor (Results 1 – 3 of 3) sorted by relevance
169 private OnTouchListener mTouchInterceptor; field in PopupWindow646 mTouchInterceptor = l; in setTouchInterceptor()2263 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
98 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow669 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
133 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow707 mPopup.setTouchInterceptor(mTouchInterceptor); in show()