Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java169 private OnTouchListener mTouchInterceptor; field in PopupWindow
646 mTouchInterceptor = l; in setTouchInterceptor()
2263 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
DListPopupWindow.java98 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
669 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java133 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
707 mPopup.setTouchInterceptor(mTouchInterceptor); in show()