List of usage examples for android.widget AdapterView subclass-usage
From source file com.bluemoz.dove.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";
From source file com.mb.kids_mind.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.example.twoway.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 myway.similarinstagram.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";
From source file com.mmadapps.verisupplier.customs.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.aliasapps.seq.scroller.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.pt.treasuretrash.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 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>