Searched refs:mViewPropertyAnimatorCompatMap (Results 1 – 1 of 1) sorted by relevance
449 WeakHashMap<View, ViewPropertyAnimatorCompat> mViewPropertyAnimatorCompatMap = null; field in ViewCompat.ViewCompatBaseImpl693 if (mViewPropertyAnimatorCompatMap == null) { in animate()694 mViewPropertyAnimatorCompatMap = new WeakHashMap<>(); in animate()696 ViewPropertyAnimatorCompat vpa = mViewPropertyAnimatorCompatMap.get(view); in animate()699 mViewPropertyAnimatorCompatMap.put(view, vpa); in animate()