Home
last modified time | relevance | path

Searched refs:nextPos (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp38 int nextPos = dicNode->getChildrenPtNodeArrayPos(); in createAndGetAllChildDicNodes() local
39 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()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DTrackpadGestureDialogFragment.java213 final int nextPos = mViewPager.getCurrentItem() + 1; in addViewPager()
214 mViewPager.setCurrentItem(nextPos, true); in addViewPager()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java654 int nextPos = i + direction; in realTimeReorder() local
655 View v = page.getChildAt(nextPos % mGridCountX, nextPos / mGridCountX); in realTimeReorder()
/packages/apps/Settings/src/com/android/settings/display/
DColorModePreferenceFragment.java180 final int nextPos = mViewPager.getCurrentItem() + 1; in addViewPager()
181 mViewPager.setCurrentItem(nextPos, true); in addViewPager()