Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DViewTransitionController.java250 int current_value = viewTransition.getSharedValueCurrent(); in listenForSharedVariable() local
252 if (listen_for_id == id && current_value != value) { in listenForSharedVariable()