Searched defs:SwipeableListView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableListView.java51 public class SwipeableListView extends ListView implements Callback, OnScrollListener { class in inherits:ListView,Callback,OnScrollListener
81 public SwipeableListView(Context context) { method in class:SwipeableListView
85 public SwipeableListView(Context context, AttributeSet attrs) { method in class:SwipeableListView
89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) { method in class:SwipeableListView
320 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: null conversations.");
325 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: Cannot destroy: adapter is null.");

Completed in 118 milliseconds