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