Searched defs:setBounds (Results 1 – 6 of 6) sorted by relevance
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/ |
| D | Rectangle.java | 28 public void setBounds(int x, int y, int width, int height) { in setBounds() method in Rectangle
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | MotionConstrainedPoint.java | 187 void setBounds(float x, float y, float w, float h) { in setBounds() method in MotionConstrainedPoint
|
| D | MotionWidget.java | 119 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in MotionWidget
|
| D | MotionPaths.java | 899 void setBounds(float x, float y, float w, float h) { in setBounds() method in MotionPaths
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | MotionConstrainedPoint.java | 191 void setBounds(float x, float y, float w, float h) { in setBounds() method in MotionConstrainedPoint
|
| D | MotionPaths.java | 989 void setBounds(float x, float y, float w, float h) { in setBounds() method in MotionPaths
|