Searched refs:nextPos (Results 1 – 3 of 3) sorted by relevance
38 int nextPos = dicNode->getChildrenPtNodeArrayPos(); in createAndGetAllChildDicNodes() local39 if (!isValidPos(nextPos)) { in createAndGetAllChildDicNodes()41 nextPos, mBuffer.size()); in createAndGetAllChildDicNodes()47 mBuffer.data(), &nextPos); in createAndGetAllChildDicNodes()49 if (!isValidPos(nextPos)) { in createAndGetAllChildDicNodes()51 nextPos, mBuffer.size(), i, childCount); in createAndGetAllChildDicNodes()56 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, childDicNodes); in createAndGetAllChildDicNodes()
659 int nextPos = listPos + 1; in getCursorPosition() local660 if (nextPos < mRowInfo.size()) { in getCursorPosition()661 nextPos = getCursorPosition(nextPos); in getCursorPosition()662 if (nextPos >= 0) { in getCursorPosition()663 return -nextPos; in getCursorPosition()
658 int nextPos = i + direction; in realTimeReorder() local659 View v = page.getChildAt(nextPos % mGridCountX, nextPos / mGridCountX); in realTimeReorder()