Example usage for android.support.v4.view ViewCompat subclass-usage

List of usage examples for android.support.v4.view ViewCompat subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view ViewCompat subclass-usage.

Usage

From source file android.support.v13.view.ViewCompat.java

/**
 * Helper for accessing features in {@link View} introduced after API
 * level 13 in a backwards compatible fashion.
 */
public class ViewCompat extends android.support.v4.view.ViewCompat {
    interface ViewCompatImpl {