Home
last modified time | relevance | path

Searched defs:val (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/scout/
DUtils.java40 float val = array[0]; in max() local
59 float val = array[max1][max2]; in max() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionKeyFrameArray.java39 Object val = array.valueAt(i); in arcTest1() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/parser/
DCLArray.java46 String val = toJSON(); in toFormattedJSON() local
DCLKey.java80 String val = mElements.get(0).toJSON(); in toFormattedJSON() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintAttribute.java337 Object val = viewColor.getColor(); in extractAttributes() local
341 Object val = method.invoke(view); in extractAttributes() local
DConstraintLayoutStatistics.java109 private String fmt(DecimalFormat df, float val, int length) { in fmt()
DConstraintSet.java1043 String val = value.substring(equalIndex + 1); in parseDimensionConstraintsString() local
5886 int val = 0; in getDebugName() local
6065 private void writeBoolen(String dimString, boolean val, boolean def) throws IOException { in writeBoolen()
6072 int val, in writeEnum()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransitionParser.java153 private static int map(String val, String... types) { in map()
162 private static void map(TypedBundle bundle, int type, String val, String... types) { in map()
DConstraintSetParser.java1729 private static int indexOf(String val, String... types) { in indexOf()
1771 String val = obj.getString(constraintName); in parseMotionProperties() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DRef.java129 float val = Float.NaN; in parseFloat() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DArrayRow.java747 float val = copiedRow.variables.getVariableValue(i); in initFromRow() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionScene.java340 float val = transition.mTouchResponse.dot(dx, dy); in bestTransitionFor() local