Example usage for android.view KeyEvent.Callback interface-usage

List of usage examples for android.view KeyEvent.Callback interface-usage

Introduction

In this page you can find the example usage for android.view KeyEvent.Callback interface-usage.

Usage

From source file edu.stanford.mobisocial.dungbeetle.ui.fragments.FeedViewFragment.java

/**
 * Shows a series of posts from a feed.
 */
public class FeedViewFragment extends ListFragment implements OnScrollListener, OnEditorActionListener, TextWatcher,
        LoaderManager.LoaderCallbacks<Cursor>, KeyEvent.Callback {

From source file edu.stanford.mobisocial.dungbeetle.ui.fragments.AppsViewFragment.java

/**
 * Shows a series of posts from a feed.
 */
public class AppsViewFragment extends ListFragment implements OnScrollListener, OnEditorActionListener, TextWatcher,
        LoaderManager.LoaderCallbacks<Cursor>, KeyEvent.Callback {

From source file mobisocial.musubi.ui.fragments.FeedViewFragment.java

/**
 * Shows a series of posts from a feed.
 */
public class FeedViewFragment extends ListFragment implements OnScrollListener, OnEditorActionListener, TextWatcher,
        LoaderManager.LoaderCallbacks<Cursor>, KeyEvent.Callback {

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)

From source file android.app.Activity.java

/**
 * An activity is a single, focused thing that the user can do.  Almost all
 * activities interact with the user, so the Activity class takes care of
 * creating a window for you in which you can place your UI with
 * {@link #setContentView}.  While activities are often presented to the user
 * as full-screen windows, they can also be used in other ways: as floating