Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java1125 private StateCache mStateCache; field in MotionLayout
1352 if (mStateCache == null) { in setStartState()
1353 mStateCache = new StateCache(); in setStartState()
1355 mStateCache.setStartState(beginId); in setStartState()
1356 mStateCache.setEndState(beginId); in setStartState()
1370 if (mStateCache == null) { in setTransition()
1371 mStateCache = new StateCache(); in setTransition()
1373 mStateCache.setStartState(beginId); in setTransition()
1374 mStateCache.setEndState(endId); in setTransition()
1408 if (mStateCache == null) { in setTransition()
[all …]