Searched refs:nextPos (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.cpp | 38 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/ |
D | TrackpadGestureDialogFragment.java | 213 final int nextPos = mViewPager.getCurrentItem() + 1; in addViewPager() 214 mViewPager.setCurrentItem(nextPos, true); in addViewPager()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 654 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/ |
D | ColorModePreferenceFragment.java | 180 final int nextPos = mViewPager.getCurrentItem() + 1; in addViewPager() 181 mViewPager.setCurrentItem(nextPos, true); in addViewPager()
|