Example usage for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage

List of usage examples for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage

Introduction

In this page you can find the example usage for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage.

Usage

From source file com.glview.widget.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.appunite.list.AbsHorizontalListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.example.libwidgettv.bak.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list
 * does not have a spatial definition here. For instance, subclases of this
 * class can display the content of the list in a grid, in a carousel, as stack,
 * etc.
 * 

From source file com.example.libwidgettv.view.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list
 * does not have a spatial definition here. For instance, subclases of this
 * class can display the content of the list in a grid, in a carousel, as stack,
 * etc.
 * 

From source file com.appunite.list.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.common.widget.hzlib.AbsHorizontalListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.common.widget.hzlib.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.example.mycameragallarydemo.views.TwoWayView.java

public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";

    private static final int NO_POSITION = -1;
    private static final int INVALID_POINTER = -1;

From source file com.liu.hz.view.AbsHorizontalListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file net.thetranquilpsychonaut.hashtagger.widgets.TwoWayView.java

/**
 * A view that shows items in a vertical or horizontal scrolling list.
 * The items come from the {@link ListAdapter} associated with this view.
 */
public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";