Example usage for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage

List of usage examples for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage

Introduction

In this page you can find the example usage for android.view ViewTreeObserver.OnTouchModeChangeListener interface-usage.

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";