Class KeyCycles


  • public class KeyCycles
    extends KeyAttributes
    Provides the API for creating a KeyCycle Object for use in the Core ConstraintLayout & MotionLayout system This allows multiple KeyCycle positions to defined in one object.
    • Method Detail

      • setWaveShape

        public void setWaveShape​(KeyCycles.Wave waveShape)
      • getWavePeriod

        public float[] getWavePeriod()
      • setWavePeriod

        public void setWavePeriod​(float... wavePeriod)
      • getWaveOffset

        public float[] getWaveOffset()
      • setWaveOffset

        public void setWaveOffset​(float... waveOffset)
      • getWavePhase

        public float[] getWavePhase()
      • setWavePhase

        public void setWavePhase​(float... wavePhase)