Inherited methods |
From
class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(Tap arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<Tap>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From
interface
java.lang.Comparable
abstract
int
|
compareTo(Tap arg0)
|
|
From
interface
android.support.test.espresso.action.Tapper
abstract
Tapper.Status
|
sendTap(UiController uiController, float[] coordinates, float[] precision, int inputDevice, int buttonState)
Sends a MotionEvent to the given UiController.
|
abstract
Tapper.Status
|
sendTap(UiController uiController, float[] coordinates, float[] precision)
This method is deprecated.
Use @{link #sendTap(UiController, float[], float[], int, int)} instead This will
call the @{link #sendTap(UiController, float[], float[], int, int)} with SOURCE_UNKNOWN , BUTTON_PRIMARY
by default.
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.