Example usage for android.widget AdapterView subclass-usage

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

Introduction

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

Usage

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";

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