Home
last modified time | relevance | path

Searched refs:shortcut (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/policy/
DShortcutManager.java76 ShortcutInfo shortcut = null; in getIntent() local
81 shortcut = mShortcuts.get(shortcutChar); in getIntent()
85 if (shortcut == null) { in getIntent()
88 shortcut = mShortcuts.get(shortcutChar); in getIntent()
92 return (shortcut != null) ? shortcut.intent : null; in getIntent()
158 ShortcutInfo shortcut = new ShortcutInfo(title, intent); in loadShortcuts() local
159 mShortcuts.put(shortcutChar, shortcut); in loadShortcuts()
/frameworks/base/core/java/android/provider/
DUserDictionary.java159 int frequency, String shortcut, Locale locale) { in addWord() argument
176 values.put(SHORTCUT, shortcut); in addWord()
DSettings.java8166 public static Intent getIntentForShortcut(ContentResolver cr, char shortcut) in getIntentForShortcut() argument
8172 new String[] { String.valueOf((int) shortcut) }, ORDERING); in getIntentForShortcut()
8211 char shortcut, in add() argument
8216 if (shortcut != 0) { in add()
8218 new String[] { String.valueOf((int) shortcut) }); in add()
8225 if (shortcut != 0) values.put(SHORTCUT, (int) shortcut); in add()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuItemImpl.java279 char shortcut = getShortcut(); in getShortcutLabel() local
280 if (shortcut == 0) { in getShortcutLabel()
285 switch (shortcut) { in getShortcutLabel()
300 sb.append(shortcut); in getShortcutLabel()
DIconMenuItemView.java152 void setCaptionMode(boolean shortcut) { in setCaptionMode() argument
161 mShortcutCaptionMode = shortcut && (mItemData.shouldShowShortcut()); in setCaptionMode()
DActionMenu.java169 final char shortcut = qwerty ? item.getAlphabeticShortcut() : in findItemWithShortcut() local
171 if (keyCode == shortcut) { in findItemWithShortcut()
DIconMenuView.java641 private void setChildrenCaptionMode(boolean shortcut) { in setChildrenCaptionMode() argument
644 mLastChildrenCaptionMode = shortcut; in setChildrenCaptionMode()
647 ((IconMenuItemView) getChildAt(i)).setCaptionMode(shortcut); in setChildrenCaptionMode()
DListMenuItemView.java95 mShortcutView = (TextView) findViewById(com.android.internal.R.id.shortcut); in onFinishInflate()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DMenuItemImpl.java296 char shortcut = getShortcut(); in getShortcutLabel() local
297 if (shortcut == 0) { in getShortcutLabel()
302 switch (shortcut) { in getShortcutLabel()
317 sb.append(shortcut); in getShortcutLabel()
DListMenuItemView.java95 mShortcutView = (TextView) findViewById(R.id.shortcut); in onFinishInflate()
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd393 shortcut and whether it should be validated. Shortcuts are usually formed when the user clicks a
394 suggestion from Quick Search Box. If missing, the result is stored as a shortcut and never
396 not stored as a shortcut.
397 Otherwise, the shortcut ID is used to check back for an up to date suggestion using
403 while the shortcut of this suggestion is being refreshed in Quick Search Box.</dd>
685 configure the shortcut behavior for each suggestion in one of the following ways:</p>
689 shortcut.
692 re-queried for a fresh version each time the shortcut is displayed. The shortcut
699 same columns as the original suggestion, or be empty, indicating that the shortcut is no
700 longer valid (in which case, the suggestion disappears and the shortcut is removed).</p>
[all …]
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd70 … to use the package name for your project. In Eclipse, you can use this shortcut: right-click the …
72 … so that your project compiles correctly. In Eclipse, you can use this shortcut: press <strong>Ct…
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd199 operating system. It is normally a shortcut that duplicates commands
255 Because of this duplication, using the Context menu is considered a <em>shortcut</em>
382 See <a href="#context_menu_shortcut">shortcut</a> for an illustration of this example.
388 As described under <a href="#context_menu_shortcut">shortcut</a>,
Dicon_design_launcher.jd41 represent shortcuts into your application (for example, a contact shortcut icon that opens detail
Dactivity_task_design.jd291 application launcher, a shortcut, or the "Recent tasks" screen.
327 launcher, Home screen shortcut or "Recent tasks" switcher (a long
397 an icon in the application launcher (or a shortcut on the Home
948 Home screen), or from a shortcut icon on the Home screen, or
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd176 <dd><em>Char</em>. A character for the alphabetic shortcut key.</dd>
178 <dd><em>Integer</em>. A number for the numeric shortcut key.</dd>
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd229 may be a good navigational shortcut.</p>
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd84 …on provides more navigation flexibility and can replace a dedicated app shortcut that users would …
/frameworks/base/docs/html/tools/testing/
Dtesting_accessibility.jd246 Settings &gt; Manage shortcut gestures</strong>.
Dtesting_otheride.jd331 As a shortcut, you can start an <code>adb</code> shell, call <code>am instrument</code>, and
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd547 * As a shortcut, defines constants for the
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd131 <p>A shortcut to the Manage Applications control now appears in the Options Menu
Dandroid-4.4.jd538 <dd>Allows an application to install a shortcut in Launcher</dd>
540 <dd>Allows an application to uninstall a shortcut in Launcher</dd>
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd226 An {@link android.content.Intent}. This data type allows you to copy an application shortcut
227 to the clipboard. Users can then paste the shortcut into their applications for later use.
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd378 shortcut keys for menu items</a>, <a

12