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()
639 final int stackSize = mChildren.size(); in findPositionForTask() local641 int maxPosition = addingNew ? stackSize : stackSize - 1; in findPositionForTask()644 minPosition = computeMinPosition(minPosition, stackSize); in findPositionForTask()653 && maxPosition == (addingNew ? stackSize : stackSize - 1)) { in findPositionForTask()