Searched refs:stackSize (Results 1 – 2 of 2) sorted by relevance
1048 if (currentStackSize != mStack.stackSize) { in getLength()1065 int stackSize = 0; field in PduComposer.BufferStack1086 stackSize = stackSize + 1; in newbuf()1106 stackSize = stackSize - 1; in pop()1129 m.currentStackSize = stackSize; in mark()
601 final int stackSize = mChildren.size(); in findPositionForTask() local603 int maxPosition = addingNew ? stackSize : stackSize - 1; in findPositionForTask()606 minPosition = computeMinPosition(minPosition, stackSize); in findPositionForTask()