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.java4188 * The size of the core thread pool for shortcut refreshing in GlobalSearch.
4194 * The maximum size of the thread pool for shortcut refreshing in GlobalSearch.
6292 * Optional shortcut character associated with this bookmark.
6295 public static final String SHORTCUT = "shortcut";
6309 * particular shortcut key.
6312 * @param shortcut The shortcut key.
6315 * matching the given shortcut.
6317 public static Intent getIntentForShortcut(ContentResolver cr, char shortcut) argument
6323 new String[] { String.valueOf((int) shortcut) }, ORDERIN
6358 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.java139 * shortcut+title being shown. Instead, re-set the shortcut caption
149 void setCaptionMode(boolean shortcut) { argument
158 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 87 milliseconds