HomeSort by relevance Sort by last modified time
    Searched refs:mTouchInterceptor (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
PopupWindow.java 97 private OnTouchListener mTouchInterceptor;
413 mTouchInterceptor = l;
    [all...]
ListPopupWindow.java 87 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor();
602 mPopup.setTouchInterceptor(mTouchInterceptor);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 94 private final PopupTouchInterceptor mTouchInterceptor = new PopupTouchInterceptor();
582 mPopup.setTouchInterceptor(mTouchInterceptor);
    [all...]

Completed in 208 milliseconds