Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/data/
DSparseArrayBitmapPool.java58 public SparseArrayBitmapPool(int capacityBytes, Pool<Node> nodePool) { in SparseArrayBitmapPool() argument
60 if (nodePool == null) { in SparseArrayBitmapPool()
63 mNodePool = nodePool; in SparseArrayBitmapPool()