Searched refs:newBox (Results 1 – 1 of 1) sorted by relevance
127 StackBox newBox = new StackBox(service, this, null); in DisplayContent() local128 mStackBoxes.add(newBox); in DisplayContent()130 newStack.mStackBox = newBox; in DisplayContent()131 newBox.mStack = newStack; in DisplayContent()248 StackBox newBox = new StackBox(mService, this, null); in createStack() local250 newStack.mStackBox = newBox; in createStack()251 newBox.mStack = newStack; in createStack()255 mStackBoxes.add(stackBoxNdx + offset, newBox); in createStack()