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

  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 49 Node nextInBucket;
89 n.prevInBucket.nextInBucket = n.nextInBucket;
92 mStore.put(n.bitmap.getWidth(), n.nextInBucket);
94 if (n.nextInBucket != null) {
96 n.nextInBucket.prevInBucket = n.prevInBucket;
116 n.nextInBucket = null;
155 cur = cur.nextInBucket;
188 newNode.nextInBucket = mStore.get(key);
189 if (newNode.nextInBucket != null)
    [all...]
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 

Completed in 416 milliseconds