Searched refs:stackSize (Results 1 – 5 of 5) sorted by relevance
1088 if (currentStackSize != mStack.stackSize) { in getLength()1105 int stackSize = 0; field in PduComposer.BufferStack1127 stackSize = stackSize + 1; in newbuf()1148 stackSize = stackSize - 1; in pop()1173 m.currentStackSize = stackSize; in mark()
643 final int stackSize = mChildren.size(); in findPositionForTask() local645 int maxPosition = addingNew ? stackSize : stackSize - 1; in findPositionForTask()648 minPosition = computeMinPosition(minPosition, stackSize); in findPositionForTask()657 && maxPosition == (addingNew ? stackSize : stackSize - 1)) { in findPositionForTask()
310 final Rect stackSize = new Rect(0, 0, 300, 300); in testResizeDockedStackForSplitScreenPrimary() local319 mService.resizeDockedStack(stackSize, taskSize, null, null, null); in testResizeDockedStackForSplitScreenPrimary()322 assertEquals(primaryStack.getBounds(), stackSize); in testResizeDockedStackForSplitScreenPrimary() local
6020 int stackSize = attributeResolutionStack.length;6022 stackSize++;6026 int[] stack = new int[stackSize];
104719 Ljava/lang/Thread;->stackSize:J