Searched refs:prevInPool (Results 1 – 1 of 1) sorted by relevance
51 Node prevInPool; field in SparseArrayBitmapPool.Node100 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()