Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyAttributes.java363 private static final int PROGRESS = 18; field in KeyAttributes.Loader
387 sAttrMap.append(R.styleable.KeyAttribute_motionProgress, PROGRESS); in sAttrMap.append() argument
DKeyTimeCycle.java412 private static final int PROGRESS = 18; field in KeyTimeCycle.Loader
434 sAttrMap.append(R.styleable.KeyTimeCycle_motionProgress, PROGRESS); in sAttrMap.append() argument
DKeyCycle.java297 private static final int PROGRESS = 20; field in KeyCycle.Loader
321 sAttrMap.append(R.styleable.KeyCycle_motionProgress, PROGRESS); in sAttrMap.append() argument
DKey.java66 public static final String PROGRESS = "progress"; field in Key
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java352 private static final int PROGRESS = 68; field in ConstraintSet
494 sMapToConstant.append(R.styleable.Constraint_motionProgress, PROGRESS); in sMapToConstant.append() argument
680 sOverrideMapToConstant.append(R.styleable.ConstraintOverride_motionProgress, PROGRESS); in sOverrideMapToConstant.append() argument