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)) {
103 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow710 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
82550 Landroid/widget/ListPopupWindow;->mTouchInterceptor:Landroid/widget/ListPopupWindow$PopupTouchInter…