Home
last modified time | relevance | path

Searched refs:toPos (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dshortcut_dict_content.cpp95 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument
96 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList()
100 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) { in copyShortcutListFromDictContent() argument
103 int writingPos = toPos; in copyShortcutListFromDictContent()
Dshortcut_dict_content.h65 bool copyShortcutList(const int shortcutListPos, const int toPos);
87 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dshortcut_dict_content.cpp110 bool ShortcutDictContent::copyShortcutList(const int shortcutListPos, const int toPos) { in copyShortcutList() argument
111 return copyShortcutListFromDictContent(shortcutListPos, this, toPos); in copyShortcutList()
115 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos) { in copyShortcutListFromDictContent() argument
118 int writingPos = toPos; in copyShortcutListFromDictContent()
Dbigram_dict_content.cpp127 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos, in copyBigramList() argument
130 int writingPos = toPos; in copyBigramList()
183 const BigramDictContent *const sourceBigramDictContent, const int toPos, in runGCBigramList() argument
188 int writingPos = toPos; in runGCBigramList()
Dshortcut_dict_content.h72 bool copyShortcutList(const int shortcutListPos, const int toPos);
94 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
Dbigram_dict_content.h88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos);
126 const BigramDictContent *const sourceBigramDictContent, const int toPos,
/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/
DSpeedDialItemTouchHelperCallback.java104 int toPos, in onMoved() argument
109 super.onMoved(recyclerView, viewHolder, fromPos, viewHolder1, toPos, x, y); in onMoved()