public interface

ViewActions.TranslatedCoordinatesProviderProtoOrBuilder

 androidx.test.espresso.proto.action.ViewActions.TranslatedCoordinatesProviderProtoOrBuilder

Subclasses:

ViewActions.TranslatedCoordinatesProviderProto, ViewActions.TranslatedCoordinatesProviderProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCoordsAny()

.google.protobuf.Any coordsAny = 2;

public ViewActions.GeneralLocationProto.LocationgetCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.CoordsLocOrCoordsAnyCasegetCoordsLocOrCoordsAnyCase()

public intgetCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public floatgetDx()

float dx = 3;

public floatgetDy()

float dy = 4;

public booleanhasCoordsAny()

.google.protobuf.Any coordsAny = 2;

public booleanhasCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Methods

public boolean hasCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

Whether the coordsLoc field is set.

public int getCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

The enum numeric value on the wire for coordsLoc.

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

The coordsLoc.

public boolean hasCoordsAny()

.google.protobuf.Any coordsAny = 2;

Returns:

Whether the coordsAny field is set.

public com.google.protobuf.Any getCoordsAny()

.google.protobuf.Any coordsAny = 2;

Returns:

The coordsAny.

public float getDx()

float dx = 3;

Returns:

The dx.

public float getDy()

float dy = 4;

Returns:

The dy.