Home
last modified time | relevance | path

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

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