Home
last modified time | relevance | path

Searched refs:mItemIdTopMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DSpeedDialFragment.java166 private final HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>(); field in SpeedDialFragment
368 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()