Home
last modified time | relevance | path

Searched defs:f1 (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionTransitionTest.java124 WidgetFrame f1 = transition.getInterpolated("button1"); in testTransition() local
214 WidgetFrame f1 = transition.getInterpolated("button1"); in testTransitionJson() local
338 WidgetFrame f1 = transition.getInterpolated("button1"); in testTransitionJson2() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DEasing.java131 double f1 = 3 * t1 * t1 * t; in getX() local
140 double f1 = 3 * t1 * t1 * t; in getY() local