OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextInPool
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java
50
Node
nextInPool
;
102
n.prevInPool.
nextInPool
= n.
nextInPool
;
105
mPoolNodesHead = n.
nextInPool
;
107
if (n.
nextInPool
!= null) {
109
n.
nextInPool
.prevInPool = n.prevInPool;
117
n.
nextInPool
= null;
183
newNode.
nextInPool
= mPoolNodesHead;
195
if (newNode.
nextInPool
== null) {
199
newNode.
nextInPool
.prevInPool = newNode
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
Completed in 195 milliseconds