Searched refs:mShakeAnimators (Results 1 – 2 of 2) sorted by relevance
131 mShakeAnimators = new HashMap<View, ReorderPreviewAnimation>(); field in CellLayout2216 if (mShakeAnimators.containsKey(child)) { in animate()2217 ReorderPreviewAnimation oldAnimation = mShakeAnimators.get(child); in animate()2219 mShakeAnimators.remove(child); in animate()2257 mShakeAnimators.put(child, this); in animate()2287 for (ReorderPreviewAnimation a: mShakeAnimators.values()) { in completeAndClearReorderPreviewAnimations()2290 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()