HomeSort by relevance Sort by last modified time
    Searched refs:mItemIdTopMap (Results 1 - 3 of 3) sorted by null

  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 45 HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>();
186 mItemIdTopMap.put(itemId, child.getTop());
203 Integer startTop = mItemIdTopMap.get(itemId);
242 mItemIdTopMap.clear();
  /packages/apps/Dialer/src/com/android/dialer/list/
SpeedDialFragment.java 155 private final HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>();
323 mItemIdTopMap.put(itemId, child.getTop());
327 mItemIdTopMap.put(KEY_REMOVED_ITEM_HEIGHT, removedItemHeight);
334 if (mItemIdTopMap.isEmpty()) {
361 Integer startTop = mItemIdTopMap.get(itemId);
397 mItemIdTopMap.clear();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 57 HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>();
272 mItemIdTopMap.put(itemId, child.getTop());
291 Integer startTop = mItemIdTopMap.get(itemId);
316 mItemIdTopMap.clear();

Completed in 76 milliseconds