Searched refs:SwipeableListView (Results 1 – 5 of 5) sorted by relevance
63 import com.android.mail.ui.SwipeableListView.ListItemSwipedListener;64 import com.android.mail.ui.SwipeableListView.ListItemsRemovedListener;65 import com.android.mail.ui.SwipeableListView.SwipeListener;117 private SwipeableListView mListView;515 mListView = (SwipeableListView) rootView.findViewById(R.id.conversation_list_view); in onCreateView()691 if (view instanceof SwipeableListView) { in onKey()692 SwipeableListView list = (SwipeableListView) view; in onKey()1320 public SwipeableListView getListView() { in getListView()
51 public class SwipeableListView extends ListView implements Callback, OnScrollListener { class81 public SwipeableListView(Context context) { in SwipeableListView() method in SwipeableListView85 public SwipeableListView(Context context, AttributeSet attrs) { in SwipeableListView() method in SwipeableListView89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) { in SwipeableListView() method in SwipeableListView
53 import com.android.mail.ui.SwipeableListView.ListItemsRemovedListener;172 private final SwipeableListView mListView;253 SwipeableListView listView, final List<ConversationSpecialItemView> specialViews) { in AnimatedAdapter()665 public SwipeableListView getListView() { in getListView()
375 final SwipeableListView list = clf.getListView(); in setDrawerState()
81 import com.android.mail.ui.SwipeableListView;1276 final SwipeableListView listView = getListView(); in onDraw()1297 final SwipeableListView listView = getListView(); in setSelected()1388 final SwipeableListView listView = getListView(); in toggleCheckedState()1521 SwipeableListView listView = getListView(); in dismiss()1639 final SwipeableListView list = getListView(); in performClick()1655 private SwipeableListView getListView() { in getListView()1656 SwipeableListView v = null; in getListView()1659 v = (SwipeableListView) ((SwipeableConversationItemView) wrapper).getListView(); in getListView()1739 SwipeableListView parent = getListView(); in createTranslateXAnimation()