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

/packages/apps/Dialer/src/com/android/dialer/list/
H A DSpeedDialFragment.java163 private final HashMap<Long, Integer> mItemIdLeftMap = new HashMap<Long, Integer>(); field in class:SpeedDialFragment
358 mItemIdLeftMap.put(itemId, child.getLeft());
402 Integer startLeft = mItemIdLeftMap.get(itemId);
438 mItemIdLeftMap.clear();

Completed in 145 milliseconds