Home
last modified time | relevance | path

Searched refs:swipeEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSwipeableConversationItemView.java57 final int checkboxOrSenderImage, boolean swipeEnabled, in bind() argument
61 swipeEnabled, importanceMarkersEnabled, showChevronsEnabled, animatedAdapter); in bind()
DConversationItemView.java472 final boolean swipeEnabled, final boolean importanceMarkersEnabled, in bind() argument
477 set, folder, checkboxOrSenderImage, swipeEnabled, importanceMarkersEnabled, in bind() local
501 boolean swipeEnabled, final boolean importanceMarkersEnabled, in bind() argument
535 mSwipeEnabled = swipeEnabled; in bind()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java308 final boolean swipeEnabled = getIsConversationListSwipeEnabled(); in getConversationListSwipeActionInteger()
311 if (swipeEnabled) { in getConversationListSwipeActionInteger()