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.young.icontacts.view.SwipeListView.java

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

    /**

From source file finder.remotedevice.vostanin.com.remotedevicefinder.swipelistview.SwipeListView.java

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

    /**

From source file com.yahala.ui.Views.PinnedSectionListView.java

/**
 * ListView, which is capable to pin section views at its top while the rest is still scrolled.
 */
public class PinnedSectionListView extends ListView /*implements android.support.v4.view.NestedScrollingChild*/ {

    //-- inner classes

From source file il.co.globes.android.swipeListView.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */

// extends PullToRefreshListView
public class SwipeListView extends ListView {

From source file com.theOldMen.widget.SwipeListView.java

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

    /**

From source file com.dgnt.dominionCardPicker.view.DynamicListView.java

/**
 * The dynamic listview is an extension of listview that supports cell dragging
 * and swapping.
 *
 * This layout is in charge of positioning the hover cell in the correct location
 * on the screen in response to user touch events. It uses the position of the

From source file ucsc.hci.rankit.DynamicListView.java

/**
 * The dynamic listview is an extension of listview that supports cell dragging
 * and swapping.
 *
 * This layout is in charge of positioning the hover cell in the correct location
 * on the screen in response to user touch events. It uses the position of the

From source file com.example.android.expandingcells.ExpandingListView.java

/**
 * A custom listview which supports the preview of extra content corresponding to each cell
 * by clicking on the cell to hide and show the extra content.
 */
public class ExpandingListView extends ListView {
    private OnItemClickListener mExternalOnItemClickListener;

From source file com.meetingcpp.sched.ui.widget.CollectionView.java

/**
 * This Widget can be used to display a list of items separated with headers. The list of items of
 * each group can be displayed in several columns below each headers.
 *
 * A {@link CollectionViewCallbacks} must be defined using
 * {@link #setCollectionAdapter(CollectionViewCallbacks)} to create the layout of each elements:

From source file org.mozilla.gecko.AutoCompletePopup.java

public class AutoCompletePopup extends ListView {
    private Context mContext;
    private RelativeLayout.LayoutParams mLayout;

    private int mWidth;
    private int mHeight;