Home
last modified time | relevance | path

Searched refs:mKeyCache (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransition.java944 KeyCache mKeyCache = new KeyCache(); field in Transition.WidgetState
1041 progress, System.nanoTime(), mKeyCache); in interpolate()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java1123 private KeyCache mKeyCache = new KeyCache(); field in MotionLayout
3742 frame.interpolate(child, interPos, time, mKeyCache);
3888 mKeepAnimating |= frame.interpolate(child, interPos, time, mKeyCache);