| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/helpers/ |
| D | ChainReference.java | 93 public void addChainElement(@NonNull String id, in addChainElement() 123 public void addChainElement(@NonNull Object id, in addChainElement() 154 protected float getWeight(@NonNull String id) { in getWeight() 161 protected float getPostMargin(@NonNull String id) { in getPostMargin() 168 protected float getPreMargin(@NonNull String id) { in getPreMargin() 175 float getPostGoneMargin(@NonNull String id) { in getPostGoneMargin() 182 float getPreGoneMargin(@NonNull String id) { in getPreGoneMargin()
|
| D | FlowReference.java | 88 public void addFlowElement(String id, float weight, float preMargin, float postMargin) { in addFlowElement() 116 protected float getWeight(String id) { in getWeight() 132 protected float getPostMargin(String id) { in getPostMargin() 145 protected float getPreMargin(String id) { in getPreMargin()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/ |
| D | Ref.java | 28 Ref(String id) { in Ref() 32 Ref(String id, float weight) { in Ref() 37 Ref(String id, float weight, float preMargin) { in Ref() 43 Ref(String id, float weight, float preMargin, float postMargin) { in Ref() 64 public void setId(String id) { in setId()
|
| D | Transition.java | 53 public Transition(String id, String from, String to) { in Transition() 63 public void setId(String id) { in setId()
|
| D | OnSwipe.java | 104 public OnSwipe setTouchAnchorId(String id) { in setTouchAnchorId() 212 public OnSwipe setLimitBoundsTo(String id) { in setLimitBoundsTo()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | ViewTransitionController.java | 61 void remove(int id) { in remove() 93 void enableViewTransition(int id, boolean enable) { in enableViewTransition() 102 boolean isViewTransitionEnabled(int id) { in isViewTransitionEnabled() 117 void viewTransition(int id, View... views) { in viewTransition() 157 @SuppressWarnings("unused") int id = view.getId(); in touchEvent() local 249 public void onNewValue(int id, int value, int oldValue) { in listenForSharedVariable()
|
| D | MotionScene.java | 203 int id = transition.mId; in getIndex() local 391 public Transition getTransitionById(int id) { in getTransitionById() 423 int id = mConstraintSetMap.keyAt(i); in getMatchingStateLabels() local 519 public void viewTransition(int id, View... view) { in viewTransition() 528 public void enableViewTransition(int id, boolean enable) { in enableViewTransition() 537 public boolean isViewTransitionEnabled(int id) { in isViewTransitionEnabled() 611 public void addOnClick(int id, int action) { in addOnClick() 626 public void removeOnClick(int id) { in removeOnClick() 896 public TransitionOnClick(Transition transition, int id, int action) { in TransitionOnClick() 1042 int id, in Transition() [all …]
|
| D | MotionLayout.java | 1228 float getXVelocity(int id); in getXVelocity() 1230 float getYVelocity(int id); in getYVelocity() 1329 public float getXVelocity(int id) { in getXVelocity() 1337 public float getYVelocity(int id) { in getYVelocity() 1584 public void setState(int id, int screenWidth, int screenHeight) { in setState()
|
| D | Debug.java | 144 public static String getName(Context context, int id) { in getName() 164 public static String getName(Context context, int[] id) { in getName()
|
| D | KeyFrames.java | 193 public ArrayList<Key> getKeyFramesForView(int id) { in getKeyFramesForView()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintHelper.java | 190 int id = view.getId(); in removeView() local 232 private void addRscID(int id) { in addRscID() 474 int id = mIds[i]; in applyLayoutFeatures() local 518 int id = mIds[i]; in updatePreLayout() local 549 int id = mIds[i]; in updatePreLayout() local 561 int id = mIds[i]; in getViews() local 629 int id = constraint.layout.mReferenceIds[i]; in loadParameters() local 646 int id = findId(idString); in convertReferenceString() local 680 public boolean containsId(final int id) { in containsId() 697 public int indexFromId(final int id) { in indexFromId()
|
| D | ReactiveGuide.java | 101 public void setAttributeId(int id) { in setAttributeId() 116 public void setApplyToConstraintSetId(int id) { in setApplyToConstraintSetId() 186 int id = getId(); in onNewValue() local 223 private void changeValue(int newValue, int id, MotionLayout motionLayout, int currentState) { in changeValue()
|
| D | StateSet.java | 141 public boolean needsToChange(int id, float width, float height) { in needsToChange() 175 public int stateGetConstraintID(int id, int width, int height) { in stateGetConstraintID() 232 public int updateConstraints(int currentId, int id, float width, float height) { in updateConstraints()
|
| D | ConstraintLayoutStates.java | 60 public boolean needsToChange(int id, float width, float height) { in needsToChange() 85 public void updateConstraints(int id, float width, float height) { in updateConstraints() 365 int id = -1; in parseConstraintSet() local
|
| D | ConstraintLayout.java | 571 int id = (Integer) value2; in setDesignInformation() local 619 public void setId(int id) { in setId() 1017 int id = a.getResourceId(attr, 0); in init() local 1026 int id = a.getResourceId(attr, 0); in init() local 1029 mConstraintSet.load(getContext(), id); in init() local 1046 protected void parseLayoutDescription(int id) { in parseLayoutDescription() 1542 private ConstraintWidget getTargetWidget(int id) { in getTargetWidget() 1901 public void setState(int id, int screenWidth, int screenHeight) { in setState() 2064 public View getViewById(int id) { in getViewById() 3882 int id = this.getId(); in getSceneString() local [all …]
|
| D | VirtualLayout.java | 93 int id = mIds[i]; in onAttachedToWindow() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | MotionWidget.java | 143 public boolean setValue(int id, int value) { in setValue() 152 public boolean setValue(int id, float value) { in setValue() 161 public boolean setValue(int id, String value) { in setValue() 170 public boolean setValue(int id, boolean value) { in setValue() 175 public boolean setValueMotion(int id, int value) { in setValueMotion() 205 public boolean setValueMotion(int id, String value) { in setValueMotion() 221 public boolean setValueMotion(int id, float value) { in setValueMotion() 241 public boolean setValueAttributes(int id, float value) { in setValueAttributes() 291 public float getValueAttributes(int id) { in getValueAttributes()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | ChainConstrainScope.kt | 25 class HorizontalChainScope internal constructor(internal val id: Any, containerObject: CLObject) { constant in androidx.constraintlayout.compose.HorizontalChainScope 47 class VerticalChainScope internal constructor(internal val id: Any, containerObject: CLObject) { constant in VerticalChainScope
|
| D | MotionLayout.kt | 715 val id = remember(layoutId) { layoutId.toString() } in onStartEndBoundsChanged() constant 784 inner class CustomProperties internal constructor(private val id: String) { constant in MotionLayoutScope.CustomProperties 837 fun id(): String { in id() method
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | Transition.java | 625 public Motion getMotion(String id) { in getMotion() 660 public boolean setValue(int id, int value) { in setValue() 665 public boolean setValue(int id, float value) { in setValue() 673 public boolean setValue(int id, String value) { in setValue() 681 public boolean setValue(int id, boolean value) { in setValue() 812 String id = widgetState.getPathRelativeId(); in updateFrom() local 837 public WidgetFrame getStart(String id) { in getStart() 846 public WidgetFrame getEnd(String id) { in getEnd() 855 public WidgetFrame getInterpolated(String id) { in getInterpolated() 864 public float[] getPath(String id) { in getPath() [all …]
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/ |
| D | MotionKeyAttributes.java | 367 int id = AttributesType.getId(names[i]); in printAttributes() local 372 private float getFloatValue(int id) { in getFloatValue()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/parse/ |
| D | KeyParser.java | 48 int id = table.get(type); in parse() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/ |
| D | Layer.java | 107 int id = mIds[i]; in onAttachedToWindow() local 270 int id = mIds[i]; in reCacheViews() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/ |
| D | SolverVariableValues.java | 103 int id = variable.id; in indexOf() local 272 int id = variable.id; in removeFromHashMap() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | TypedValues.java | 34 boolean setValue(int id, int value); in setValue() 41 boolean setValue(int id, float value); in setValue() 48 boolean setValue(int id, String value); in setValue() 55 boolean setValue(int id, boolean value); in setValue()
|