Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DStackBox.java49 final int mStackBoxId; field in StackBox
90 mStackBoxId = sCurrentBoxId++; in StackBox()
112 return mStackBoxId == stackBoxId || in contains()
169 if (mStackBoxId != relativeStackBoxId) { in split()
275 if (mStackBoxId != stackBoxId) { in resize()
DDisplayContent.java311 info.stackBoxId = box.mStackBoxId; in getStackBoxInfo()