HomeSort by relevance Sort by last modified time
    Searched defs:isSwipeEnabled (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 153 public boolean isSwipeEnabled() {
154 return mEnableSwipe && mOnItemGestureListener.isSwipeEnabled();
171 if (isSwipeEnabled()) {
183 if (isSwipeEnabled()) {
SwipeHelper.java 468 public boolean isSwipeEnabled();

Completed in 26 milliseconds