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

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

Completed in 243 milliseconds