Searched refs:mTouchInterceptor (Results 1 – 2 of 2) sorted by relevance
97 private OnTouchListener mTouchInterceptor; field in PopupWindow413 mTouchInterceptor = l; in setTouchInterceptor()1589 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
87 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow602 mPopup.setTouchInterceptor(mTouchInterceptor); in show()