Searched refs:mTouchInterceptor (Results 1 – 3 of 3) sorted by relevance
182 private OnTouchListener mTouchInterceptor; field in PopupWindow665 mTouchInterceptor = l; in setTouchInterceptor()2394 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
101 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow690 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
136 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow722 mPopup.setTouchInterceptor(mTouchInterceptor); in show()