Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKey.java35 public HashMap<String, CustomVariable> mCustom; field in MotionKey
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DViewOscillator.java182 protected ConstraintAttribute mCustom; field in ViewOscillator.CustomSet
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DWidgetFrame.java68 private final HashMap<String, CustomVariable> mCustom = new HashMap<>(); field in WidgetFrame