Searched refs:mItemIdTopMap (Results 1 – 1 of 1) sorted by relevance
84 private final LongSparseArray<Integer> mItemIdTopMap = new LongSparseArray<>(); field in OldSpeedDialFragment289 mItemIdTopMap.put(itemId, child.getTop()); in saveOffsets()292 mItemIdTopMap.put(KEY_REMOVED_ITEM_HEIGHT, removedItemHeight); in saveOffsets()299 if (mItemIdTopMap.size() == 0) { in animateGridView()333 Integer startTop = mItemIdTopMap.get(itemId); in animateGridView()374 mItemIdTopMap.clear(); in animateGridView()