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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java99 private OnTouchListener mTouchInterceptor; field in class:PopupWindow
416 mTouchInterceptor = l;
1630 if (mTouchInterceptor != null && mTouchInterceptor.onTouch(this, ev)) {
H A DListPopupWindow.java99 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in class:ListPopupWindow
624 mPopup.setTouchInterceptor(mTouchInterceptor);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java94 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor(); field in class:ListPopupWindow
582 mPopup.setTouchInterceptor(mTouchInterceptor);

Completed in 29 milliseconds