HomeSort by relevance Sort by last modified time
    Searched full:shortcut (Results 226 - 250 of 1532) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
ThrottledTests.java 56 * Call shortcut manager APIs until throttled.
  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublisher.java 162 "Throttled, use \"adb shell cmd shortcut reset-throttling\" to reset counters");
215 .setShortLabel("Shortcut Demo Main")
222 .setShortLabel("Shortcut Demo Main with extras")
247 "shortcut-" + formatTime(System.currentTimeMillis()) + "-"
  /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
  /external/svox/pico/lib/
picorsrc.h 154 * shortcut : voice
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.h 49 // Recognizes "3a" as a shortcut for enabling tracking 3A state, mode, and
  /frameworks/base/core/res/res/layout/
list_menu_item_layout.xml 47 android:id="@+id/shortcut"
menu_item.xml 40 <TextView android:id="@+id/shortcut"
popup_menu_item_layout.xml 48 android:id="@+id/shortcut"
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 56 * @param shortcutKey The shortcut key to tap while chording the menu key.
  /frameworks/support/v7/appcompat/res/layout/
abc_list_menu_item_layout.xml 47 android:id="@+id/shortcut"

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8 91011>>