List of usage examples for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage
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";