Home
last modified time | relevance | path

Searched defs:mVelocity (Results 1 – 4 of 4) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionTelltales.java47 float[] mVelocity = new float[2]; field in MotionTelltales
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java1641 float mVelocity = Float.NaN; field in MotionLayout.StateCache
1698 public void setVelocity(float mVelocity) { in setVelocity()
DMotionController.java114 private float[] mVelocity = new float[1]; // used as a temp buffer to return values field in MotionController
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java106 private float[] mVelocity = new float[1]; // used as a temp buffer to return values field in Motion