Searched refs:toPos (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | shortcut_dict_content.cpp | 95 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()
|
D | shortcut_dict_content.h | 65 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/ |
D | shortcut_dict_content.cpp | 110 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()
|
D | bigram_dict_content.cpp | 127 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()
|
D | shortcut_dict_content.h | 72 bool copyShortcutList(const int shortcutListPos, const int toPos); 94 const ShortcutDictContent *const sourceShortcutDictContent, const int toPos);
|
D | bigram_dict_content.h | 88 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/ |
D | SpeedDialItemTouchHelperCallback.java | 104 int toPos, in onMoved() argument 109 super.onMoved(recyclerView, viewHolder, fromPos, viewHolder1, toPos, x, y); in onMoved()
|