public interface

ModifiersProto.SlideLinearBoundOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.SlideLinearBoundOrBuilder

Subclasses:

ModifiersProto.SlideLinearBound, ModifiersProto.SlideLinearBound.Builder

Summary

Methods
public floatgetOffsetDp()

 The absolute delta linear distance to animate from/to.

Methods

public float getOffsetDp()

 The absolute delta linear distance to animate from/to. A direction will be
 defined by SlideDirection and this value should be a positive offset.
 
float offset_dp = 1;

Returns:

The offsetDp.