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 cn.finalteam.galleryfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file com.finalteam.galleryfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file com.tlf.basic.support.galleryfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file com.tlf.basic.photoview.galleryfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file lj.android.ljandroid.views.galleryfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file com.study.mingappk.common.widgets.gallerfinal.widget.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file org.kymjs.aframe.ui.widget.HorizontalListView.java

/**
 * https://github.com/dinocore1/DevsmartLib-Android
 * 
 * <br>
 * <b></b> ???MIT
 * 

From source file org.sunny.aframe.ui.widget.HorizontalListView.java

/**
 * https://github.com/dinocore1/DevsmartLib-Android
 * 
 * @???MIT
 * @author dinocore1
 */

From source file jp.goka.favos.view.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link android.widget.ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file me.littlecheesecake.listviewwidget.HorizontalListLayout.java

public class HorizontalListLayout extends AdapterView<ListAdapter> {
    /** Defines where to insert items into the ViewGroup, as defined in {@code ViewGroup #addViewInLayout(View, int, LayoutParams, boolean)} */
    private static final int INSERT_AT_END_OF_LIST = -1;
    private static final int INSERT_AT_START_OF_LIST = 0;

    /** The velocity to use for overscroll absorption */