Example usage for android.gesture GestureOverlayView.OnGesturePerformedListener interface-usage

List of usage examples for android.gesture GestureOverlayView.OnGesturePerformedListener interface-usage

Introduction

In this page you can find the example usage for android.gesture GestureOverlayView.OnGesturePerformedListener interface-usage.

Usage

From source file net.cloudpath.xpressconnect.screens.ScreenBase.java

  @SuppressLint({ "NewApi" })
  public class ScreenBase extends FragmentActivity
          implements ServiceBoundCallback, GestureOverlayView.OnGesturePerformedListener, ResponseThreadComCallbacks {
      private static final int ABOUT_DIALOG = 1;
      protected static final int BLANK_ICON = 0;
      protected static final int CHECK_ICON = 2;