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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java 63 final boolean swipeEnabled, final boolean priorityArrowsEnabled,
67 parallaxDirectionAlternative, swipeEnabled, priorityArrowsEnabled, animatedAdapter);
ConversationItemView.java 518 final boolean swipeEnabled, final boolean priorityArrowEnabled,
524 parallaxDirectionAlternative, swipeEnabled, priorityArrowEnabled, adapter,
540 true /* swipeEnabled */, false /* priorityArrowEnabled */, adapter,
551 boolean swipeEnabled, final boolean priorityArrowEnabled, final AnimatedAdapter adapter,
602 mSwipeEnabled = swipeEnabled;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 242 final boolean swipeEnabled = getIsConversationListSwipeEnabled();
245 if (swipeEnabled) {

Completed in 1652 milliseconds