Home
last modified time | relevance | path

Searched defs:TARGET_ID (Results 1 – 5 of 5) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyAttributes.java356 private static final int TARGET_ID = 10; field in KeyAttributes.Loader
380 sAttrMap.append(R.styleable.KeyAttribute_motionTarget, TARGET_ID); in sAttrMap.append() argument
DKeyTrigger.java386 private static final int TARGET_ID = 7; field in KeyTrigger.Loader
402 sAttrMap.append(R.styleable.KeyTrigger_motionTarget, TARGET_ID); in sAttrMap.append() argument
DKeyTimeCycle.java405 private static final int TARGET_ID = 10; field in KeyTimeCycle.Loader
427 sAttrMap.append(R.styleable.KeyTimeCycle_motionTarget, TARGET_ID); in sAttrMap.append() argument
DKeyCycle.java278 private static final int TARGET_ID = 1; field in KeyCycle.Loader
302 sAttrMap.append(R.styleable.KeyCycle_motionTarget, TARGET_ID); in sAttrMap.append() argument
DKeyPosition.java328 private static final int TARGET_ID = 1; field in KeyPosition.Loader
344 sAttrMap.append(R.styleable.KeyPosition_motionTarget, TARGET_ID); in sAttrMap.append() argument