Example usage for android.view.accessibility AccessibilityEventSource interface-usage

List of usage examples for android.view.accessibility AccessibilityEventSource interface-usage

Introduction

In this page you can find the example usage for android.view.accessibility AccessibilityEventSource interface-usage.

Usage

From source file vapor.view.VaporView.java

/**
 * Fluent Vapor companion to View, a class that represents the basic building
 * block for user interface components. A View occupies a rectangular area on
 * the screen and is responsible for drawing and event handling.
 * 
 * @author Darius H (darius@vapor-api.com)