Example usage for android.view Window subclass-usage

List of usage examples for android.view Window subclass-usage

Introduction

In this page you can find the example usage for android.view Window subclass-usage.

Usage

From source file com.actionbarsherlock.view.Window.java

/**
 * <p>Abstract base class for a top-level window look and behavior policy. An
 * instance of this class should be used as the top-level view added to the
 * window manager. It provides standard UI policies such as a background, title
 * area, default key processing, etc.</p>
 *