Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java182 private OnTouchListener mTouchInterceptor; field in PopupWindow
665 mTouchInterceptor = l; in setTouchInterceptor()
2394 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
DListPopupWindow.java101 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
690 mPopup.setTouchInterceptor(mTouchInterceptor); in show()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java136 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in ListPopupWindow
722 mPopup.setTouchInterceptor(mTouchInterceptor); in show()