List of usage examples for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage
From source file org.lucasr.twowayview.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.chaseit.views.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.propkaro.util.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.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";