Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 21 of 21) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKeyTimeCycle.java162 public boolean setValue(int type, int value) { in setValue() method in MotionKeyTimeCycle
179 public boolean setValue(int type, float value) { in setValue() method in MotionKeyTimeCycle
234 public boolean setValue(int type, String value) { in setValue() method in MotionKeyTimeCycle
251 public boolean setValue(int type, boolean value) { in setValue() method in MotionKeyTimeCycle
DMotionKey.java139 public boolean setValue(int type, int value) { in setValue() method in MotionKey
151 public boolean setValue(int type, float value) { in setValue() method in MotionKey
157 public boolean setValue(int type, String value) { in setValue() method in MotionKey
168 public boolean setValue(int type, boolean value) { in setValue() method in MotionKey
DMotionKeyTrigger.java176 public boolean setValue(int type, int value) { in setValue() method in MotionKeyTrigger
205 public boolean setValue(int type, float value) { in setValue() method in MotionKeyTrigger
218 public boolean setValue(int type, String value) { in setValue() method in MotionKeyTrigger
243 public boolean setValue(int type, boolean value) { in setValue() method in MotionKeyTrigger
DMotionKeyAttributes.java206 public boolean setValue(int type, int value) { in setValue() method in MotionKeyAttributes
228 public boolean setValue(int type, float value) { in setValue() method in MotionKeyAttributes
335 public boolean setValue(int type, String value) { in setValue() method in MotionKeyAttributes
DMotionKeyCycle.java118 public boolean setValue(int type, int value) { in setValue() method in MotionKeyCycle
137 public boolean setValue(int type, String value) { in setValue() method in MotionKeyCycle
153 public boolean setValue(int type, float value) { in setValue() method in MotionKeyCycle
DMotionKeyPosition.java289 public boolean setValue(int type, int value) { in setValue() method in MotionKeyPosition
309 public boolean setValue(int type, float value) { in setValue() method in MotionKeyPosition
333 public boolean setValue(int type, String value) { in setValue() method in MotionKeyPosition
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionWidget.java143 public boolean setValue(int id, int value) { in setValue() method in MotionWidget
152 public boolean setValue(int id, float value) { in setValue() method in MotionWidget
161 public boolean setValue(int id, String value) { in setValue() method in MotionWidget
170 public boolean setValue(int id, boolean value) { in setValue() method in MotionWidget
DCustomAttribute.java174 public void setValue(float[] value) { in setValue() method in CustomAttribute
274 public void setValue(Object value) { in setValue() method in CustomAttribute
DCustomVariable.java226 public void setValue(float[] value) { in setValue() method in CustomVariable
324 public void setValue(Object value) { in setValue() method in CustomVariable
DMotion.java1690 public boolean setValue(int id, int value) { in setValue() method
1706 public boolean setValue(int id, float value) { in setValue() method
1719 public boolean setValue(int id, String value) { in setValue() method
1733 public boolean setValue(int id, boolean value) { in setValue() method
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintAttribute.java212 public void setValue(float[] value) { in setValue() method in ConstraintAttribute
296 public void setValue(Object value) { in setValue() method in ConstraintAttribute
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DTypedValues.java34 boolean setValue(int id, int value); in setValue() method
41 boolean setValue(int id, float value); in setValue() method
48 boolean setValue(int id, String value); in setValue() method
55 boolean setValue(int id, boolean value); in setValue() method
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKey.java94 public abstract void setValue(String tag, Object value); in setValue() method in Key
DKeyAttributes.java291 public void setValue(String tag, Object value) { in setValue() method in KeyAttributes
DKeyTrigger.java112 public void setValue(String tag, Object value) { in setValue() method in KeyTrigger
DKeyTimeCycle.java293 public void setValue(String tag, Object value) { in setValue() method in KeyTimeCycle
DKeyCycle.java426 public void setValue(String tag, Object value) { in setValue() method in KeyCycle
DKeyPosition.java428 public void setValue(String tag, Object value) { in setValue() method in KeyPosition
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransition.java660 public boolean setValue(int id, int value) { in setValue() method in Transition
665 public boolean setValue(int id, float value) { in setValue() method in Transition
673 public boolean setValue(int id, String value) { in setValue() method in Transition
681 public boolean setValue(int id, boolean value) { in setValue() method in Transition
DDimension.java282 void setValue(int value) { in setValue() method in Dimension
DWidgetFrame.java412 public boolean setValue(String key, CLElement value) throws CLParsingException { in setValue() method in WidgetFrame