public class

ViewOscillator.PathRotateSet

extends ViewOscillator

 java.lang.Object

androidx.constraintlayout.core.motion.utils.KeyCycleOscillator

androidx.constraintlayout.motion.utils.ViewOscillator

↳androidx.constraintlayout.motion.utils.ViewOscillator.PathRotateSet

Summary

Fields
from KeyCycleOscillatormVariesBy
Constructors
publicPathRotateSet()

Methods
public voidsetPathRotate(View view, float t, double dx, double dy)

use to modify the rotation relative to the current path

public abstract voidsetProperty(View view, float t)

Set the property of that view

from ViewOscillatormakeSpline
from KeyCycleOscillatorget, getCurveFit, getSlope, makeWidgetCycle, setCustom, setPoint, setPoint, setProperty, setType, setup, toString, variesByPath
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public PathRotateSet()

Methods

public abstract void setProperty(View view, float t)

Set the property of that view

Parameters:

view:
t:

public void setPathRotate(View view, float t, double dx, double dy)

use to modify the rotation relative to the current path

Parameters:

view: the view to modify
t: the point in time to manipulate
dx: of the path
dy: of the path