Home
last modified time | relevance | path

Searched refs:mShakeAnimators (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java131 mShakeAnimators = new HashMap<View, ReorderPreviewAnimation>(); field in CellLayout
2216 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java129 mShakeAnimators = new HashMap<View, ReorderHintAnimation>(); field in CellLayout
2325 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()