Searched refs:mItemIdTopMap (Results 1 – 1 of 1) sorted by relevance
166 private final HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>(); field in SpeedDialFragment368 mItemIdTopMap.put(itemId, child.getTop()); in saveOffsets()371 mItemIdTopMap.put(KEY_REMOVED_ITEM_HEIGHT, removedItemHeight); in saveOffsets()378 if (mItemIdTopMap.isEmpty()) { in animateGridView()412 Integer startTop = mItemIdTopMap.get(itemId); in animateGridView()448 mItemIdTopMap.clear(); in animateGridView()