Home | History | Annotate | Download | only in applications

Lines Matching defs:bgIndex

1324             int bgIndex = 0;
1340 if (bgIndex >= mBackgroundItems.size()
1341 || mBackgroundItems.get(bgIndex).mProcess != proc) {
1343 for (int bgi=0; bgi<bgIndex; bgi++) {
1353 mergedItem = mBackgroundItems.get(bgIndex);
1358 bgIndex++;