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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 51 public class SwipeableListView extends ListView implements Callback, OnScrollListener {
81 public SwipeableListView(Context context) {
85 public SwipeableListView(Context context, AttributeSet attrs) {
89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) {
320 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: null conversations.");
325 LogUtils.e(LOG_TAG, "SwipeableListView.destroyItems: Cannot destroy: adapter is null.");
ConversationListFragment.java 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);
691 if (view instanceof SwipeableListView) {
692 SwipeableListView list = (SwipeableListView) view;
    [all...]
AnimatedAdapter.java 53 import com.android.mail.ui.SwipeableListView.ListItemsRemovedListener;
147 * be in {@link #performAndSetNextAction(SwipeableListView.ListItemsRemovedListener)} which
172 private final SwipeableListView mListView;
253 SwipeableListView listView, final List<ConversationSpecialItemView> specialViews) {
665 public SwipeableListView getListView() {
    [all...]
TwoPaneController.java 375 final SwipeableListView list = clf.getListView();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 81 import com.android.mail.ui.SwipeableListView;
    [all...]

Completed in 4408 milliseconds