Searched refs:mTouchInterceptor (Results 1 – 3 of 3) sorted by relevance
192 private OnTouchListener mTouchInterceptor; field in PopupWindow706 mTouchInterceptor = l; in setTouchInterceptor()2550 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
106 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow717 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
71444 Landroid/widget/ListPopupWindow;->mTouchInterceptor:Landroid/widget/ListPopupWindow$PopupTouchInter…