Example usage for android.view GestureDetector subclass-usage

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

Introduction

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

Usage

From source file com.anysoftkeyboard.devicespecific.AskV8GestureDetector.java

@TargetApi(8)
public class AskV8GestureDetector extends GestureDetector {
    private static final String TAG = "AskV8GestureDetector";

    private static final int NOT_A_POINTER_ID = -1;

From source file com.yek.keyboard.devicespecific.AskV8GestureDetector.java

@TargetApi(8)
@IndirectlyInstantiated
public class AskV8GestureDetector extends GestureDetector {
    private static final int NOT_A_POINTER_ID = -1;

    protected final ScaleGestureDetector mScaleGestureDetector;