OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcutcount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java
129
int
shortcutCount
= position - super.getCount();
130
if (
shortcutCount
>= 0) {
133
for (int i = 0;
shortcutCount
>= 0 && i < mShortcutEnabled.length; i++) {
135
shortcutCount
--;
136
if (
shortcutCount
< 0) return i;
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java
44
int
shortcutCount
= 0;
52
shortcutCount
+= wordProperty.mShortcutTargets.size();
63
System.out.println("Shortcuts : " +
shortcutCount
+ " (out of which " + whitelistCount
Completed in 186 milliseconds