Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DDisplayContent.java127 StackBox newBox = new StackBox(service, this, null); in DisplayContent() local
128 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() local
250 newStack.mStackBox = newBox; in createStack()
251 newBox.mStack = newStack; in createStack()
255 mStackBoxes.add(stackBoxNdx + offset, newBox); in createStack()