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