Searched refs:ReorderHintAnimation (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 128 private HashMap<View, ReorderHintAnimation> 129 mShakeAnimators = new HashMap<View, ReorderHintAnimation>(); 2271 ReorderHintAnimation rha = new ReorderHintAnimation(child, lp.cellX, lp.cellY, in beginOrAdjustHintAnimations() 2280 class ReorderHintAnimation { class in CellLayout 2291 public ReorderHintAnimation(View child, int cellX0, int cellY0, int cellX1, int cellY1, in ReorderHintAnimation() method in CellLayout.ReorderHintAnimation 2326 ReorderHintAnimation oldAnimation = mShakeAnimators.get(child); in animate() 2394 for (ReorderHintAnimation a: mShakeAnimators.values()) { in completeAndClearReorderHintAnimations()
|