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.view.HorizontalListView.java

public class HorizontalListView extends AdapterView<ListAdapter> implements OnTouchListener {
    private ViewPager viewPager;
    public boolean mAlwaysOverrideTouch = true;
    protected ListAdapter mAdapter;
    private int mLeftViewIndex = -1;
    private int mRightViewIndex = 0;

From source file com.yj.ecard.ui.views.viewflow.ViewFlow.java

/**
 * A horizontally scrollable {@link ViewGroup} with items populated from an
 * {@link Adapter}. The ViewFlow uses a buffer to store loaded {@link View}s in.
 * The default size of the buffer is 3 elements on both sides of the currently
 * visible {@link View}, making up a total buffer size of 3 * 2 + 1 = 7. The
 * buffer size can be changed using the {@code sidebuffer} xml attribute.

From source file com.jp.fristandroidapp.widget.adview.AdViewFlow.java

/**
 * 
 * A horizontally scrollable {@link android.view.ViewGroup} with items populated from an
 * {@link Adapter}. The ViewFlow uses a buffer to store loaded {@link View}s in.
 * The default size of the buffer is 3 elements on both sides of the currently
 * visible {@link View}, making up a total buffer size of 3 * 2 + 1 = 7. The

From source file com.learn.soft.product.widget.adview.AdViewFlow.java

/**
 * 
 * A horizontally scrollable {@link android.view.ViewGroup} with items populated from an
 * {@link Adapter}. The ViewFlow uses a buffer to store loaded {@link View}s in.
 * The default size of the buffer is 3 elements on both sides of the currently
 * visible {@link View}, making up a total buffer size of 3 * 2 + 1 = 7. The

From source file com.acbelter.scheduleview.ScheduleView.java

public class ScheduleView extends AdapterView<ScheduleAdapter> {
    private static final boolean DEBUG = false;
    private static final String TAG = ScheduleView.class.getSimpleName();
    private static final long MILLIS_IN_HOUR = 60 * 60 * 1000;
    // The distance between the first time mark and the top of the view
    private int mInternalPaddingTop;

From source file com.library.core.view.HorizontalListView.java

public class HorizontalListView extends AdapterView<ListAdapter> {

    /**
     * Regular layout - usually an unsolicited layout from the view system
     */
    static final int LAYOUT_NORMAL = 0;

From source file nz.ac.otago.psyanlab.common.designer.program.stage.StageView.java

public class StageView extends AdapterView<StageAdapter> {

    public static final int INVALID_POSITION = -1;

    private static final int NO_MATCHED_CHILD = INVALID_POSITION;

From source file io.cess.core.gallery.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.ez.gallery.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.cocomeng.library.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>