HomeSort by relevance Sort by last modified time
    Searched full:shortcut (Results 126 - 150 of 1117) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
xdata.s 5 // shortcut of a pair of .section/.secalias for each of them.
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 18 * This is a shortcut to the frequently used is(equalTo(x)).
28 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)).
45 * This is a shortcut to the frequently used not(equalTo(x)).
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 98 * 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) {
    [all...]
  /packages/apps/Launcher2/res/values/
strings.xml 37 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
80 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut
95 <!-- Message displayed when a shortcut is created by an external application -->
96 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
97 <!-- Message displayed when a shortcut is uninstalled by an external application -->
98 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
99 <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
100 <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string>
102 <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
103 <string name="title_select_shortcut">Choose shortcut</string
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 157 for (ShortcutInfo shortcut : folder.contents) {
158 if (firstItem == null || firstItem.rank > shortcut.rank) {
159 firstItem = shortcut;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
UriUtils.java 30 private static final String SCHEME_SHORTCUT_ICON_RESOURCE = "shortcut.icon.resource";
114 * Checks if the URI refers to an shortcut icon resource.
121 * Creates a shortcut icon resource object from an Android resource URI.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
FrameWork.py 515 label, shortcut, callback, kind = menu.items[i]
563 def additem(self, label, shortcut=None, callback=None, kind=None):
565 self.items.append((label, shortcut, callback, kind))
571 if shortcut and type(shortcut) == type(()):
572 modifiers, char = shortcut[:2]
575 if len(shortcut) > 2:
576 self.menu.SetMenuItemKeyGlyph(item, shortcut[2])
577 elif shortcut:
578 self.menu.SetItemCmd(item, ord(shortcut))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 515 label, shortcut, callback, kind = menu.items[i]
563 def additem(self, label, shortcut=None, callback=None, kind=None):
565 self.items.append((label, shortcut, callback, kind))
571 if shortcut and type(shortcut) == type(()):
572 modifiers, char = shortcut[:2]
575 if len(shortcut) > 2:
576 self.menu.SetMenuItemKeyGlyph(item, shortcut[2])
577 elif shortcut:
578 self.menu.SetItemCmd(item, ord(shortcut))
    [all...]
  /packages/apps/Launcher2/res/values-en-rAU/
strings.xml 49 <string name="shortcut_installed" msgid="7071557296331322355">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" created."</string>
50 <string name="shortcut_uninstalled" msgid="2129499669449749995">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" was removed."</string>
51 <string name="shortcut_duplicate" msgid="4757756326465060694">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" already exists."</string>
52 <string name="title_select_shortcut" msgid="1873670208166882222">"Choose shortcut"</string>
78 <string name="cab_shortcut_selection_text" msgid="8115847384500412878">"1 shortcut selected"</string>
  /packages/apps/Launcher2/res/values-en-rGB/
strings.xml 49 <string name="shortcut_installed" msgid="7071557296331322355">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" created."</string>
50 <string name="shortcut_uninstalled" msgid="2129499669449749995">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" was removed."</string>
51 <string name="shortcut_duplicate" msgid="4757756326465060694">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" already exists."</string>
52 <string name="title_select_shortcut" msgid="1873670208166882222">"Choose shortcut"</string>
78 <string name="cab_shortcut_selection_text" msgid="8115847384500412878">"1 shortcut selected"</string>
  /packages/apps/Launcher2/res/values-en-rIN/
strings.xml 49 <string name="shortcut_installed" msgid="7071557296331322355">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" created."</string>
50 <string name="shortcut_uninstalled" msgid="2129499669449749995">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" was removed."</string>
51 <string name="shortcut_duplicate" msgid="4757756326465060694">"Shortcut \"<xliff:g id="NAME">%s</xliff:g>\" already exists."</string>
52 <string name="title_select_shortcut" msgid="1873670208166882222">"Choose shortcut"</string>
78 <string name="cab_shortcut_selection_text" msgid="8115847384500412878">"1 shortcut selected"</string>
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 56 public static final String EXTRA_ACCOUNT_SHORTCUT = "account-shortcut";
266 * Create the shortcut Intent based on it with the additional
269 * use it as the shortcut name, etc...
286 // Now ask the user what name they want for this shortcut. Pass
288 // shortcut intent that we just created, the user can modify the
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 62 // A mime-type representing shortcut data
64 "com.android.launcher/shortcut";
105 Log.d("InstallShortcutReceiver", "Exception when adding shortcut: " + e);
145 Log.d("InstallShortcutReceiver", "Exception reading shortcut to add: " + e);
147 Log.d("InstallShortcutReceiver", "Exception reading shortcut to add: " + e);
247 // processInstallShortcut, we give it time for its shortcut to get added to the
265 // We only report error messages (duplicate shortcut or out of space) as the add-animation
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 393 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>
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 52 * Constructs shortcut intents.
104 "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
112 * Callback for shortcut intent creation.
114 * @param uri the original URI for which the shortcut intent has been
116 * @param shortcutIntent resulting shortcut intent.
369 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone
  /packages/apps/ContactsCommon/res/values/
dimens.xml 64 <!-- Size of the shortcut icon. 0dip means: use the system default -->
67 <!-- Text size of shortcut icon overlay text -->
70 <!-- Extra vertical padding for darkened background behind shortcut icon overlay text -->
  /packages/apps/Launcher3/src/com/android/launcher3/
DefaultLayoutParser.java 36 private static final String TAG_SHORTCUT = "shortcut";
180 * Shortcut parser which allows any uri and not just web urls.
195 Log.w(TAG, "Shortcut has malformed uri: " + uri);
  /external/bison/m4/
warn-on-use.m4 42 dnl shortcut - if the raw declaration exists, then set a cache
  /external/doclava/res/assets/templates/
head_tag.cs 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" />
  /external/kernel-headers/original/uapi/linux/
keyctl.h 15 /* special process keyring shortcut IDs */
  /external/mesa3d/src/gallium/drivers/i915/
i915_flush.c 46 /* Only shortcut this if we have no fence, otherwise we must flush the
  /external/opencv3/doc/
header.html 10 <link href="$relpath^opencv.ico" rel="shortcut icon" type="image/x-icon" />
  /external/opencv3/doc/py_tutorials/py_feature2d/
py_table_of_contents_feature2d.markdown 41 calculate it first. There comes BRIEF which gives the shortcut to find binary descriptors with
  /external/proguard/docs/
index.html 11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  /external/skia/site/dev/testing/
skiaperf.md 41 Once you create a shortcut, which may or may not include calculations, you

Completed in 1164 milliseconds

1 2 3 4 56 7 8 91011>>