OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existingshortcut
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java
272
final WeightedString
existingShortcut
= getShortcut(shortcut.mWord);
273
if (
existingShortcut
== null) {
275
} else if (
existingShortcut
.mFrequency < shortcut.mFrequency) {
276
existingShortcut
.mFrequency = shortcut.mFrequency;
[
all
...]
Completed in 2208 milliseconds