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

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragmentCarousel.java 74 private boolean mEnableSwipe;
121 if (mEnableSwipe || mCurrentPage == 1 ||
165 if (mEnableSwipe != enable) {
166 mEnableSwipe = enable;
218 if (!mEnableSwipe) {
278 if (!mEnableSwipe) {
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 52 private boolean mEnableSwipe = true;
148 mEnableSwipe = enable;
152 return mEnableSwipe && mOnItemGestureListener.isSwipeEnabled();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 54 private boolean mEnableSwipe = false;
135 mEnableSwipe = enable;
169 if (mScrolling || !mEnableSwipe) {
178 if (mEnableSwipe) {

Completed in 317 milliseconds