Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DSharedValues.java49 void onNewValue(int key, int newValue, int oldValue); in onNewValue()
DReactiveGuide.java184 public void onNewValue(int key, int newValue, int oldValue) { in onNewValue()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DViewTransitionController.java249 public void onNewValue(int id, int value, int oldValue) { in listenForSharedVariable()