public final class

PointerCoordsSubject

extends Subject<PointerCoordsSubjectMotionEvent.PointerCoords>
java.lang.Object
   ↳ com.google.common.truth.Subject<androidx.test.ext.truth.view.PointerCoordsSubjectandroid.view.MotionEvent.PointerCoords>
     ↳ androidx.test.ext.truth.view.PointerCoordsSubject

Summary

Public Methods
static PointerCoordsSubject assertThat(MotionEvent.PointerCoords other)
FloatSubject axisValue(int axis)
FloatSubject orientation()
static Factory<PointerCoordsSubjectMotionEvent.PointerCoords> pointerCoords()
FloatSubject pressure()
FloatSubject size()
FloatSubject toolMajor()
FloatSubject toolMinor()
FloatSubject touchMajor()
FloatSubject touchMinor()
FloatSubject x()
FloatSubject y()
[Expand]
Inherited Methods
From class com.google.common.truth.Subject
From class java.lang.Object

Public Methods

public static PointerCoordsSubject assertThat (MotionEvent.PointerCoords other)

Parameters
other MotionEvent.PointerCoords
Returns
PointerCoordsSubject

public FloatSubject axisValue (int axis)

Parameters
axis int
Returns
FloatSubject

public FloatSubject orientation ()

Returns
FloatSubject

public static Factory<PointerCoordsSubjectMotionEvent.PointerCoords> pointerCoords ()

public FloatSubject pressure ()

Returns
FloatSubject

public FloatSubject size ()

Returns
FloatSubject

public FloatSubject toolMajor ()

Returns
FloatSubject

public FloatSubject toolMinor ()

Returns
FloatSubject

public FloatSubject touchMajor ()

Returns
FloatSubject

public FloatSubject touchMinor ()

Returns
FloatSubject

public FloatSubject x ()

Returns
FloatSubject

public FloatSubject y ()

Returns
FloatSubject