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

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelector.java 30 * selecting a folder in the UI element, either for creating a widget/shortcut (as in the
MailboxSelectionActivity.java 106 // in Task Switcher. If this is for create shortcut or configure widget,
218 // Configuring a widget or shortcut.
222 // shortcut creation process
224 // shortcut creation process
276 // Invoked for a shortcut creation
289 // TODO: (mindyp) handle changing the account for this shortcut.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
WeightedString.java 26 * This represents an "attribute", that is either a bigram or a shortcut.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
binary_dictionary_shortcut_iterator.h 43 // Gets the shortcut target itself as an int string and put it to outTarget, put its length
  /platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/
HomeScreenTests.java 99 // Verify presence of shortcut on Home screen
103 assertNotNull("Calculator shortcut not found on Home screen", calculatorIcon);
175 // Verify presence of shortcut on Home screen
193 // Drag and drop the calculator shortcut onto
194 // the clock shortcut to create a folder.
295 /* Creates a shortcut for the given app name on the Home screen
306 // to create a shortcut
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 176 // Let it publish a shortcut.
211 // Let it publish a shortcut.
233 // Let it publish a shortcut.
310 ActivityNotFoundException.class, "Shortcut could not be started", () -> {
335 ActivityNotFoundException.class, "Shortcut could not be started", () -> {
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 142 * shortcut+title being shown. Instead, re-set the shortcut caption
152 void setCaptionMode(boolean shortcut) {
161 mShortcutCaptionMode = shortcut && (mItemData.shouldShowShortcut());
304 * Shortcut has changed and we're showing it right now, need to
MenuItemImpl.java 266 * @return The active shortcut (based on QWERTY-mode of the menu).
273 * @return The label to show for the shortcut. This includes the chording
279 char shortcut = getShortcut(); local
280 if (shortcut == 0) {
285 switch (shortcut) {
300 sb.append(shortcut);
310 * a shortcut defined)
313 // Show shortcuts if the menu is supposed to show shortcuts AND this item has a shortcut
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 170 if (DBG) Log.e(TAG, "Invalid install shortcut intent");
176 if (DBG) Log.e(TAG, "Invalid install shortcut intent");
220 if (DBG) Log.d(TAG, "Ignoring shortcut for absent package: "
226 // Generate a shortcut info to add into the model
304 Log.d(TAG, "Exception when adding shortcut: " + e);
344 Log.d(TAG, "Exception when adding shortcut: " + e);
377 // The is an internal launcher target shortcut.
410 Log.d(TAG, "Exception reading shortcut to add: " + e);
417 * but is an app target and not a shortcut.
FolderInfo.java 69 * Add an app or shortcut
82 * Remove an app or shortcut. Does not change the DB.
  /external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml 120 <!-- Name for the camera shortcut usage preference -->
121 <string name="pref_camera_title">Camera shortcut</string>
122 <!-- Summary for the camera shortcut usage preference -->
123 <string name="pref_camera_summary">Select which shortcut to trigger when the camera button is pushed</string>
126 <!-- Summary for the camera shortcut usage preference -->
162 <!-- Preference selection to indicate never to use special shortcut keys. -->
  /packages/apps/Launcher3/res/values-tl/
strings.xml 43 <string name="permlab_install_shortcut" msgid="5632423390354674437">"i-install ang mga shortcut"</string>
44 <string name="permdesc_install_shortcut" msgid="923466509822011139">"Pinapayagan ang isang app na magdagdag ng mga shortcut nang walang panghihimasok ng user."</string>
45 <string name="permlab_read_settings" msgid="1941457408239617576">"basahin ang mga setting at shortcut ng Home"</string>
46 <string name="permdesc_read_settings" msgid="5833423719057558387">"Pinapayagan ang app na basahin ang mga setting at shortcut sa Home."</string>
47 <string name="permlab_write_settings" msgid="3574213698004620587">"magsulat ng mga setting at shortcut ng Home"</string>
48 <string name="permdesc_write_settings" msgid="5440712911516509985">"Pinapayagan ang app na baguhin ang mga setting at shortcut sa Home."</string>
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
GridSizeMigrationTaskTest.java 29 private static final int SHORTCUT = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT;
54 addItem(SHORTCUT, 1, HOTSEAT, 0, 0),
56 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
71 addItem(SHORTCUT, 3, HOTSEAT, 0, 0),
287 * @param type {@link #APPLICATION} or {@link #SHORTCUT} or >= 2 for
302 if (type == APPLICATION || type == SHORTCUT) {
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 616 BBtoBBMap *ShortCut) const {
619 typename BBtoBBMap::iterator e = ShortCut->find(exit);
621 if (e == ShortCut->end())
623 (*ShortCut)[entry] = exit;
629 (*ShortCut)[entry] = BB;
635 RegionInfoBase<Tr>::getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const {
636 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock());
638 if (e == ShortCut->end())
681 BBtoBBMap *ShortCut) {
693 while ((N = getNextPostDom(N, ShortCut))) {
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 282 for (const auto &shortcut : unigramProperty->getShortcuts()) {
283 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
284 AKLOGE("One of shortcut targets is too long to insert to the dictionary, length: %zd",
285 shortcut.getTargetCodePoints()->size());
309 // Add shortcut target.
313 AKLOGE("Cannot find terminal PtNode position to add shortcut target.");
316 for (const auto &shortcut : unigramProperty->getShortcuts()) {
318 CodePointArrayView(*shortcut.getTargetCodePoints()),
319 shortcut.getProbability())) {
320 AKLOGE("Cannot add new shortcut target. PtNodePos: %d, length: %zd,
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 195 for (const auto &shortcut : unigramProperty->getShortcuts()) {
196 if (shortcut.getTargetCodePoints()->size() > MAX_WORD_LENGTH) {
197 AKLOGE("One of shortcut targets is too long to insert to the dictionary, length: %zd",
198 shortcut.getTargetCodePoints()->size());
222 // Add shortcut target.
225 AKLOGE("Cannot find word id to add shortcut target.");
230 for (const auto &shortcut : unigramProperty->getShortcuts()) {
232 CodePointArrayView(*shortcut.getTargetCodePoints()),
233 shortcut.getProbability())) {
234 AKLOGE("Cannot add new shortcut target. PtNodePos: %d, length: %zd,
    [all...]
  /cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
ShortcutManagerDeviceTestBase.java 16 package android.content.pm.cts.shortcut.device.common;
95 assertEquals("Shortcut not found", 1, found.size());
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
ShortcutManagerManagedUserTest.java 16 package android.content.pm.cts.shortcut.multiuser;
25 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuItemImpl.java 282 * @return The active shortcut (based on QWERTY-mode of the menu).
289 * @return The label to show for the shortcut. This includes the chording key (for example
295 char shortcut = getShortcut(); local
296 if (shortcut == 0) {
301 switch (shortcut) {
316 sb.append(shortcut);
326 * a shortcut defined)
329 // Show shortcuts if the menu is supposed to show shortcuts AND this item has a shortcut
  /hardware/bsp/intel/peripheral/libupm/src/cjq4435/
cjq4435.h 110 * Shortcut to turn the output to continuous on (high)
115 * Shortcut to turn the output to continuous off (low)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 35 * Launch shortcut to launch debug/run configuration directly.
84 // since we force the shortcut to only work on selection in the
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 30 * Make sure that when only a bg service is running, shortcut manager calls are throttled.
FgService.java 28 * Make sure that when a fg service is running, shortcut manager calls are not throttled.
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 41 // This is just a friendly shortcut to the main screen.
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 41 // This is just a friendly shortcut to the main screen.

Completed in 249 milliseconds

1 2 3 4 5 6 78 91011>>