Searched refs:mTouchInterceptor (Results 1 – 3 of 3) sorted by relevance
103 private OnTouchListener mTouchInterceptor; field in PopupWindow469 mTouchInterceptor = l; in setTouchInterceptor()1728 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
101 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow638 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
117 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow653 mPopup.setTouchInterceptor(mTouchInterceptor); in show()