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.yktx.check.listview.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.
 */
@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {

From source file com.kinth.mmspeed.ui.TwoWayView.java

/**
 * ?listview
 * 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 {

From source file com.ruyigu.freeart.ui.widget.HorizontalListView.java

/**
 * A view that shows items in a vertical or horizontal scrolling list.
 * The items come from the {@link ListAdapter} associated with this view.
 */
@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
public class HorizontalListView extends AdapterView<ListAdapter>

From source file com.librelio.view.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";

From source file com.cmg.android.cmgpdf.view.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";

From source file com.artifex.mupdf.view.ThumbnailViews.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 ThumbnailViews extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "ThumbnailViews";

From source file com.vreal.libs.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";

From source file com.artifex.mupdflib.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";

From source file org.digitalcampus.oppia.utils.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";

From source file org.mozilla.gecko.widget.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";