Example usage for android.widget ListView subclass-usage

List of usage examples for android.widget ListView subclass-usage

Introduction

In this page you can find the example usage for android.widget ListView subclass-usage.

Usage

From source file com.shiguang.timefarmer.myapplication3.external.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.android.incongress.cd.conference.utils.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.davidtpate.swipelistview.SwipeListView.java

public class SwipeListView extends ListView {
    /**
     * Defines the direction in which list items can be swiped. Use {@link #setSwipeDirection(com.davidtpate.swipelistview.SwipeListView.SwipeDirection)}
     * to change the behavior. This can also
     * be
     * set via a Styleable Attribute called swipeDirection.

From source file com.fortysevendeg.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.example.antonurivskiy.myswipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.gooker.dfg.views.swipe.SwipeListSingleView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListSingleView extends ListView {

    /**

From source file com.example.zhangyipeng.swipelibrary.SwipeListView.java

/**
 * ?item?
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {
    static final int NO_POSITION = -1;

From source file com.daniel.view.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.whereru.greengrass.goforit.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file com.victop.ibs.view.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**