Example usage for android.support.v4.widget ExploreByTouchHelper subclass-usage

List of usage examples for android.support.v4.widget ExploreByTouchHelper subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.widget ExploreByTouchHelper subclass-usage.

Usage

From source file xyz.klinker.blur.launcher3.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file com.lite.android.launcher3.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file com.marlonjones.voidlauncher.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file com.android.simplo_launcher3.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file io.github.runassudo.flauncher.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file com.klinker.android.launcher.launcher3.accessibility.DragAndDropAccessibilityDelegate.java

/**
 * Helper class to make drag-and-drop in a {@link CellLayout} accessible.
 */
public abstract class DragAndDropAccessibilityDelegate extends ExploreByTouchHelper implements OnClickListener {
    protected static final int INVALID_POSITION = -1;

From source file com.facebook.litho.ComponentAccessibilityDelegate.java

/**
 * Class that is used to set up accessibility for {@link ComponentHost}s.
 * Virtual nodes are only exposed if the component implements support for
 * extra accessibility nodes.
 */
class ComponentAccessibilityDelegate extends ExploreByTouchHelper {