Home
last modified time | relevance | path

Searched refs:mTouchInterceptor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java103 private OnTouchListener mTouchInterceptor; field in PopupWindow
469 mTouchInterceptor = l; in setTouchInterceptor()
1728 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
DListPopupWindow.java101 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
638 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java117 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
653 mPopup.setTouchInterceptor(mTouchInterceptor); in show()