Home
last modified time | relevance | path

Searched refs:KeyTrigger (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyFrames.java55 sKeyMakers.put(KeyTrigger.NAME, KeyTrigger.class.getConstructor()); in sKeyMakers.put()
108 case KeyTrigger.NAME: in KeyFrames()
109 key = new KeyTrigger(); in KeyFrames()
DKeyTrigger.java45 public class KeyTrigger extends Key { class
90 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()
DMotionController.java120 private KeyTrigger[] mKeyTriggers; // splines to calculate values of attributes
674 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()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore74 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 …]
Dcurrent.txt420 public class KeyTrigger extends androidx.constraintlayout.motion.widget.Key {
421 ctor public KeyTrigger();
Drestricted_2.2.0-beta01.txt420 public class KeyTrigger extends androidx.constraintlayout.motion.widget.Key {
421 ctor public KeyTrigger();
D2.2.0-beta01.txt420 public class KeyTrigger extends androidx.constraintlayout.motion.widget.Key {
421 ctor public KeyTrigger();
Drestricted_current.txt420 public class KeyTrigger extends androidx.constraintlayout.motion.widget.Key {
421 ctor public KeyTrigger();
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt1797 field public static final String NAME = "KeyTrigger";
Drestricted_1.1.0-beta01.txt1797 field public static final String NAME = "KeyTrigger";
Drestricted_current.txt1797 field public static final String NAME = "KeyTrigger";
Dcurrent.txt1797 field public static final String NAME = "KeyTrigger";