Package Index
|
Class Index
androidx.test.espresso
androidx.test.espresso.action
androidx.test.espresso.assertion
androidx.test.espresso.base
androidx.test.espresso.matcher
androidx.test.espresso.remote
androidx.test.espresso.util
Interfaces
AdapterViewProtocol
AdapterViewProtocol.DataFunction
CoordinatesProvider
PrecisionDescriber
Swiper
Tapper
Classes
AdapterDataLoaderAction
AdapterViewProtocol.AdaptedData
AdapterViewProtocol.AdaptedData.Builder
AdapterViewProtocols
CloseKeyboardAction
EditorAction
EspressoKey
EspressoKey.Builder
GeneralClickAction
GeneralSwipeAction
KeyEventAction
MotionEvents
MotionEvents.DownResultHolder
OpenLinkAction
PressBackAction
RepeatActionUntilViewState
ReplaceTextAction
ScrollToAction
TypeTextAction
ViewActions
Enums
GeneralLocation
Press
Swipe
Swiper.Status
Tap
Tapper.Status
Package Index
|
Class Index
Summary:
Enums
|
Methods
|
Inherited Methods
|
[Expand All]
public enum
Press
extends
Enum
<
Press
>
implements
PrecisionDescriber
java.lang.Object
↳
java.lang.Enum
<
androidx.test.espresso.action.Press
>
↳
androidx.test.espresso.action.Press
Class Overview
Returns different touch target sizes.
Summary
Enum Values
Press
FINGER
Press
PINPOINT
Press
THUMB
Public Methods
static
Press
valueOf
(
String
name)
static final
Press[]
values
()
[Expand]
Inherited Methods
From class
java.lang.Enum
final
Object
clone
()
final int
compareTo
(
Press
arg0)
int
compareTo
(
Object
arg0)
final boolean
equals
(
Object
arg0)
final void
finalize
()
final
Class
<
Press
>
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
(
Press
arg0)
From interface
androidx.test.espresso.action.PrecisionDescriber
abstract float[]
describePrecision
()
Different touch target sizes.
Enum Values
public static final
Press
FINGER
public static final
Press
PINPOINT
public static final
Press
THUMB
Public Methods
public static
Press
valueOf
(
String
name)
Parameters
name
String
Returns
Press
public static final
Press[]
values
()
Returns
Press[]