public class SwipeHelper
| Modifier and Type | Class and Description |
|---|---|
static class |
SwipeHelper.Companion |
| Modifier and Type | Field and Description |
|---|---|
static SwipeHelper.Companion |
Companion |
static float |
edgeFuzzFactor |
| Constructor and Description |
|---|
SwipeHelper(kotlin.jvm.functions.Function4<? super androidx.test.espresso.action.Swiper,? super androidx.test.espresso.action.CoordinatesProvider,? super androidx.test.espresso.action.CoordinatesProvider,? super androidx.test.espresso.action.PrecisionDescriber,? extends androidx.test.espresso.ViewAction> createAction) |
| Modifier and Type | Method and Description |
|---|---|
static SwipeHelper |
getDefault() |
androidx.test.espresso.ViewAction |
swipeInDirection(int direction,
boolean fast,
double normalizedSwipeAmount,
double normalizedStartingPointX,
double normalizedStartingPointY) |
public static float edgeFuzzFactor
public static SwipeHelper.Companion Companion
public SwipeHelper(@NotNull
kotlin.jvm.functions.Function4<? super androidx.test.espresso.action.Swiper,? super androidx.test.espresso.action.CoordinatesProvider,? super androidx.test.espresso.action.CoordinatesProvider,? super androidx.test.espresso.action.PrecisionDescriber,? extends androidx.test.espresso.ViewAction> createAction)
@NotNull
public androidx.test.espresso.ViewAction swipeInDirection(int direction,
boolean fast,
double normalizedSwipeAmount,
double normalizedStartingPointX,
double normalizedStartingPointY)
@NotNull public static SwipeHelper getDefault()