Android APIs
public enum

Swipe

extends Enum<E extends Enum<E>>
implements Swiper
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.support.test.espresso.action.Swipe

Class Overview

Executes different swipe types to given positions.

Summary

Enum Values
Swipe  FAST  Swipes quickly between the co-ordinates. 
Swipe  SLOW  Swipes deliberately slowly between the co-ordinates, to aid in visual debugging. 
Public Methods
static Swipe valueOf(String name)
final static Swipe[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface android.support.test.espresso.action.Swiper
From interface java.lang.Comparable

Enum Values

public static final Swipe FAST

Swipes quickly between the co-ordinates.

public static final Swipe SLOW

Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.

Public Methods

public static Swipe valueOf (String name)

public static final Swipe[] values ()