Searched refs:mTouchInterceptor (Results 1 – 2 of 2) sorted by relevance
193 private OnTouchListener mTouchInterceptor; field in PopupWindow707 mTouchInterceptor = l; in setTouchInterceptor()2551 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
103 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow710 mPopup.setTouchInterceptor(mTouchInterceptor); in show()