Searched refs:KeyTimeCycle (Results 1 – 8 of 8) sorted by relevance
54 sKeyMakers.put(KeyTimeCycle.NAME, KeyTimeCycle.class.getConstructor()); in sKeyMakers.put()105 case KeyTimeCycle.NAME: in KeyFrames()106 key = new KeyTimeCycle(); in KeyFrames()
41 public class KeyTimeCycle extends Key { class81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyTimeCycle); in load()364 KeyTimeCycle k = (KeyTimeCycle) src; in copy()393 return new KeyTimeCycle().copy(this); in clone()440 public static void read(KeyTimeCycle c, TypedArray a) { in read()
707 } else if (key instanceof KeyTimeCycle) { in setup()842 if (key instanceof KeyTimeCycle) { in setup()843 ((KeyTimeCycle) key).addTimeValues(mTimeCycleAttributesMap); in setup()
66 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTimeCycle#addTimeValues(java.util.Ha…68 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTimeCycle#addValues(java.util.HashMa…70 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTimeCycle#getAttributeNames(java.uti…72 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTimeCycle#setInterpolation(java.util…728 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#addTimeValues(java.util.Ha…730 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#addValues(java.util.HashMa…732 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#clone():734 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#copy(androidx.constraintla…736 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#copy(androidx.constraintla…738 MissingNullability: androidx.constraintlayout.motion.widget.KeyTimeCycle#getAttributeNames(java.uti…[all …]
399 public class KeyTimeCycle extends androidx.constraintlayout.motion.widget.Key {400 ctor public KeyTimeCycle();