Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/data/
DSparseArrayBitmapPool.java51 Node prevInPool; field in SparseArrayBitmapPool.Node
100 if (n.prevInPool != null) { in unlinkAndRecycleNode()
102 n.prevInPool.nextInPool = n.nextInPool; in unlinkAndRecycleNode()
109 n.nextInPool.prevInPool = n.prevInPool; in unlinkAndRecycleNode()
112 mPoolNodesTail = n.prevInPool; in unlinkAndRecycleNode()
119 n.prevInPool = null; in unlinkAndRecycleNode()
182 newNode.prevInPool = null; in put()
199 newNode.nextInPool.prevInPool = newNode; in put()