Home
last modified time | relevance | path

Searched refs:getInteger (Results 1 – 16 of 16) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionScene.java1145 mDefaultInterpolator = a.getInteger(attr, mDefaultInterpolator); in fill()
1156 mAutoTransition = a.getInteger(attr, mAutoTransition); in fill()
1162 mPathMotionArc = a.getInteger(attr, UNSET); in fill()
1164 mLayoutDuringTransition = a.getInteger(attr, 0); in fill()
1166 mTransitionFlags = a.getInteger(attr, 0); in fill()
1320 mLayoutDuringTransition = a.getInteger(attr, LAYOUT_IGNORE_REQUEST); in parseMotionSceneTags()
DKeyPosition.java384 c.mTransitionEasing = Easing.NAMED_EASING[a.getInteger(attr, 0)]; in read()
391 c.mCurveFit = a.getInteger(attr, c.mCurveFit); in read()
DViewTransition.java314 mDefaultInterpolator = a.getInteger(attr, mDefaultInterpolator);
327 mSharedValueTarget = a.getInteger(attr, mSharedValueTarget);
DKeyTrigger.java422 c.mFramePosition = a.getInteger(attr, c.mFramePosition); in read()
DKeyAttributes.java422 c.mCurveFit = a.getInteger(attr, c.mCurveFit); in read()
DKeyCycle.java351 c.mCurveFit = a.getInteger(attr, c.mCurveFit); in read()
DKeyTimeCycle.java472 c.mCurveFit = a.getInteger(attr, c.mCurveFit); in read()
DTouchResponse.java224 mFlags = a.getInteger(attr, 0); in fill()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DTypedBundle.java41 public int getInteger(int type) { in getInteger() method in TypedBundle
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DGrid.java210 mRowsSet = a.getInteger(attr, 0); in init()
212 mColumnsSet = a.getInteger(attr, 0); in init()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java2069 mTransitionEasing = Easing.NAMED_EASING[a.getInteger(attr, 0)]; in fillFromAttributeList()
2079 mAnimateCircleAngleTo = a.getInteger(attr, mAnimateCircleAngleTo); in fillFromAttributeList()
2085 mQuantizeMotionSteps = a.getInteger(attr, mQuantizeMotionSteps); in fillFromAttributeList()
2107 mQuantizeInterpolatorType = a.getInteger(attr, mQuantizeInterpolatorID); in fillFromAttributeList()
4945 a.getInteger(attr, c.motion.mAnimateCircleAngleTo)); in populateOverride()
4953 Easing.NAMED_EASING[a.getInteger(attr, 0)]); in populateOverride()
4967 delta.add(QUANTIZE_MOTION_STEPS, a.getInteger(attr, in populateOverride()
5006 a.getInteger(attr, c.motion.mQuantizeInterpolatorID); in populateOverride()
5640 a.getInteger(attr, c.motion.mAnimateCircleAngleTo); in populateConstraint()
5648 Easing.NAMED_EASING[a.getInteger(attr, 0)]; in populateConstraint()
[all …]
DConstraintAttribute.java534 value = a.getInteger(attr, -1); in parse()
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt1542 method public int getInteger(int);
Drestricted_1.1.0-beta01.txt1542 method public int getInteger(int);
Drestricted_current.txt1542 method public int getInteger(int);
Dcurrent.txt1542 method public int getInteger(int);