public interface

AnimationParameterProto.CubicBezierEasingOrBuilder

 androidx.wear.protolayout.expression.proto.AnimationParameterProto.CubicBezierEasingOrBuilder

Subclasses:

AnimationParameterProto.CubicBezierEasing, AnimationParameterProto.CubicBezierEasing.Builder

Summary

Methods
public floatgetX1()

 The x coordinate of the first control point.

public floatgetX2()

 The x coordinate of the second control point.

public floatgetY1()

 The y coordinate of the first control point.

public floatgetY2()

 The y coordinate of the second control point.

Methods

public float getX1()

 The x coordinate of the first control point. The line through the point (0,
 0) and the first control point is tangent to the easing at the point (0, 0)
 
float x1 = 1;

Returns:

The x1.

public float getY1()

 The y coordinate of the first control point. The line through the point (0,
 0) and the first control point is tangent to the easing at the point (0,
 0).
 
float y1 = 2;

Returns:

The y1.

public float getX2()

 The x coordinate of the second control point. The line through the point
 (1, 1) and the second control point is tangent to the easing at the point
 (1, 1).
 
float x2 = 3;

Returns:

The x2.

public float getY2()

 The y coordinate of the second control point. The line through the point
 (1, 1) and the second control point is tangent to the easing at the point
 (1, 1).
 
float y2 = 4;

Returns:

The y2.