Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DSpeedDialFragment.java167 private final HashMap<Long, Integer> mItemIdLeftMap = new HashMap<Long, Integer>(); field in SpeedDialFragment
369 mItemIdLeftMap.put(itemId, child.getLeft()); in saveOffsets()
413 Integer startLeft = mItemIdLeftMap.get(itemId); in animateGridView()
449 mItemIdLeftMap.clear(); in animateGridView()