Searched defs:nodePool (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
H A DSparseArrayBitmapPool.java56 * @param nodePool Shared pool to use for recycling linked list nodes, or null.
58 public SparseArrayBitmapPool(int capacityBytes, Pool<Node> nodePool) { argument
60 if (nodePool == null) {
63 mNodePool = nodePool;

Completed in 10 milliseconds