Home
last modified time | relevance | path

Searched refs:getKeyFrameParameter (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DDesignTool.java480 return mc.getKeyFrameParameter(type, x, y); in getKeyFramePosition()
524 float fx = controller.getKeyFrameParameter(MotionController.HORIZONTAL_PATH_X, in setKeyFramePosition()
526 float fy = controller.getKeyFrameParameter(MotionController.VERTICAL_PATH_Y, in setKeyFramePosition()
DMotionController.java593 float getKeyFrameParameter(int type, float x, float y) { in getKeyFrameParameter() method in MotionController
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java589 float getKeyFrameParameter(int type, float x, float y) { in getKeyFrameParameter() method in Motion