Home
last modified time | relevance | path

Searched refs:shortcutCount (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DInfo.java44 int shortcutCount = 0; in showInfo() local
54 System.out.println("Shortcuts : " + shortcutCount + " (out of which " + whitelistCount in showInfo()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java259 public void populateAndShow(final BubbleTextView originalIcon, int shortcutCount, in populateAndShow() argument
264 boolean hasDeepShortcuts = shortcutCount > 0; in populateAndShow()
294 for (int i = shortcutCount; i > 0; i--) { in populateAndShow()