Searched defs:shortcut (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DUserDictionary.java94 * An optional shortcut for this word. When the shortcut is typed, supporting IMEs should
97 public static final String SHORTCUT = "shortcut";
153 * @param shortcut optional shortcut spelling for this word. When the shortcut
159 int frequency, String shortcut, Locale locale) {
176 values.put(SHORTCUT, shortcut);
158 addWord(Context context, String word, int frequency, String shortcut, Locale locale) argument
H A DSettings.java4544 * The size of the core thread pool for shortcut refreshing in GlobalSearch.
4550 * The maximum size of the thread pool for shortcut refreshing in GlobalSearch.
7069 * Optional shortcut character associated with this bookmark.
7072 public static final String SHORTCUT = "shortcut";
7086 * particular shortcut key.
7089 * @param shortcut The shortcut key.
7092 * matching the given shortcut.
7094 public static Intent getIntentForShortcut(ContentResolver cr, char shortcut) argument
7100 new String[] { String.valueOf((int) shortcut) }, ORDERIN
7135 add(ContentResolver cr, Intent intent, String title, String folder, char shortcut, int ordering) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java142 * shortcut+title being shown. Instead, re-set the shortcut caption
152 void setCaptionMode(boolean shortcut) { argument
161 mShortcutCaptionMode = shortcut && (mItemData.shouldShowShortcut());
H A DIconMenuView.java98 * Longpress on MENU (while this is shown) switches to shortcut caption
106 * mode between each's title and its shortcut. This is the last caption mode
585 * Sets the shortcut caption mode for IconMenuView. This mode will
586 * continuously cycle between a child's shortcut and its title.
588 * @param cycleShortcutAndNormal Whether to go into cycling shortcut mode,
596 * to shortcut
635 * Iterates children and sets the desired shortcut mode. Only
639 * @param shortcut Whether to show shortcut or the title.
641 private void setChildrenCaptionMode(boolean shortcut) { argument
[all...]

Completed in 66 milliseconds