Home | History | Annotate | Download | only in launcher3

Lines Matching refs:HashMap

54 import java.util.HashMap;
128 private HashMap<CellLayout.LayoutParams, Animator> mReorderAnimators = new
129 HashMap<CellLayout.LayoutParams, Animator>();
130 private HashMap<View, ReorderPreviewAnimation>
131 mShakeAnimators = new HashMap<View, ReorderPreviewAnimation>();
2589 HashMap<View, CellAndSpan> map = new HashMap<View, CellAndSpan>();
2590 private HashMap<View, CellAndSpan> savedMap = new HashMap<View, CellAndSpan>();