Searched refs:KeyTrigger (Results 1 – 12 of 12) sorted by relevance
55 sKeyMakers.put(KeyTrigger.NAME, KeyTrigger.class.getConstructor()); in sKeyMakers.put()108 case KeyTrigger.NAME: in KeyFrames()109 key = new KeyTrigger(); in KeyFrames()
45 public class KeyTrigger extends Key { class90 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyTrigger); in load()348 KeyTrigger k = (KeyTrigger) src; in copy()377 return new KeyTrigger().copy(this); in clone()415 public static void read(KeyTrigger c, TypedArray a, in read()
120 private KeyTrigger[] mKeyTriggers; // splines to calculate values of attributes674 ArrayList<KeyTrigger> triggerList = null; in setup()709 } else if (key instanceof KeyTrigger) { in setup()713 triggerList.add((KeyTrigger) key); in setup()724 mKeyTriggers = triggerList.toArray(new KeyTrigger[0]); in setup()
74 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTrigger#addValues(java.util.HashMap<…76 ConcreteCollection: androidx.constraintlayout.motion.widget.KeyTrigger#getAttributeNames(java.util.…750 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#addValues(java.util.HashMap<…752 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#clone():754 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#conditionallyFire(float, and…756 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#copy(androidx.constraintlayo…758 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#copy(androidx.constraintlayo…760 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#getAttributeNames(java.util.…762 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#load(android.content.Context…764 MissingNullability: androidx.constraintlayout.motion.widget.KeyTrigger#load(android.content.Context…[all …]
420 public class KeyTrigger extends androidx.constraintlayout.motion.widget.Key {421 ctor public KeyTrigger();
1797 field public static final String NAME = "KeyTrigger";