Searched refs:mShakeAnimators (Results 1 – 2 of 2) sorted by relevance
130 @Thunk HashMap<View, ReorderPreviewAnimation> mShakeAnimators = new HashMap<>(); field in CellLayout2174 if (mShakeAnimators.containsKey(child)) { in animate()2175 ReorderPreviewAnimation oldAnimation = mShakeAnimators.get(child); in animate()2177 mShakeAnimators.remove(child); in animate()2222 mShakeAnimators.put(child, this); in animate()2252 for (ReorderPreviewAnimation a: mShakeAnimators.values()) { in completeAndClearReorderPreviewAnimations()2255 mShakeAnimators.clear(); in completeAndClearReorderPreviewAnimations()
129 mShakeAnimators = new HashMap<View, ReorderHintAnimation>(); field in CellLayout2325 if (mShakeAnimators.containsKey(child)) { in animate()2326 ReorderHintAnimation oldAnimation = mShakeAnimators.get(child); in animate()2328 mShakeAnimators.remove(child); in animate()2364 mShakeAnimators.put(child, this); in animate()2394 for (ReorderHintAnimation a: mShakeAnimators.values()) { in completeAndClearReorderHintAnimations()2397 mShakeAnimators.clear(); in completeAndClearReorderHintAnimations()