Home | History | Annotate | Download | only in launcher3

Lines Matching refs:ReorderHintAnimation

135     private HashMap<View, ReorderHintAnimation>
136 mShakeAnimators = new HashMap<View, ReorderHintAnimation>();
2246 ReorderHintAnimation rha = new ReorderHintAnimation(child, lp.cellX, lp.cellY,
2255 class ReorderHintAnimation {
2266 public ReorderHintAnimation(View child, int cellX0, int cellY0, int cellX1, int cellY1,
2301 ReorderHintAnimation oldAnimation = mShakeAnimators.get(child);
2369 for (ReorderHintAnimation a: mShakeAnimators.values()) {