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

1 23 4 5 6 7 8 91011>>

  /external/fonttools/Windows/
fonttools-win-setup.txt 8 Also, the setup puts a shortcut to TTX in your Send To context menu in Windows
  /external/hamcrest/src/org/hamcrest/core/
IsNot.java 39 * This is a shortcut to the frequently used not(equalTo(x)).
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java 22 * An attribute is either a bigram or a shortcut.
  /system/extras/ext4_utils/
key_control.h 10 // special process keyring shortcut IDs
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui 79 <property name="shortcut" >
95 <property name="shortcut" >
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.cpp 17 #include "dictionary/structure/pt_common/shortcut/shortcut_list_reading_utils.h"
30 // The numeric value of the shortcut probability that means 'whitelist'.
shortcut_list_reading_utils.h 42 // This method returns the size of the shortcut list region excluding the shortcut list size
  /packages/apps/Launcher3/src/com/android/launcher3/
Stats.java 129 public void recordLaunch(View v, Intent intent, ShortcutInfo shortcut) {
136 if (shortcut != null) {
137 broadcastIntent.putExtra(EXTRA_CONTAINER, shortcut.container)
138 .putExtra(EXTRA_SCREEN, shortcut.screenId)
139 .putExtra(EXTRA_CELLX, shortcut.cellX)
140 .putExtra(EXTRA_CELLY, shortcut.cellY);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordContents.java 44 public static final String EXTRA_SHORTCUT = "shortcut";
73 final String shortcut = args.getString(EXTRA_SHORTCUT); local
74 if (null != shortcut && null != mShortcutEditText) {
75 mShortcutEditText.setText(shortcut);
145 // If there is no shortcut, and the word already exists in the database, then we
146 // should not insert, because either A. the word exists with no shortcut, in which
148 // exists with at least one shortcut, in which case it has priority on our word.
153 // Disallow duplicates. If the same word with no shortcut is defined, remove it; if
154 // the same word with the same shortcut is defined, remove it; but we don't mind if
155 // there is the same word with a different, non-empty shortcut
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java 509 Slog.e(TAG, "Bad shortcut manager settings", e);
    [all...]
  /frameworks/base/core/java/android/view/
MenuItem.java 262 * Change both the numeric and alphabetic shortcut associated with this
263 * item. Note that the shortcut will be triggered when the key that
265 * Also note that case is not significant and that alphabetic shortcut
270 * @param numericChar The numeric shortcut key. This is the shortcut when
272 * @param alphaChar The alphabetic shortcut key. This is the shortcut when
279 * Change the numeric shortcut associated with this item.
283 * @param numericChar The numeric shortcut key. This is the shortcut whe
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 93 * Sets the shortcut for the item.
94 * @param showShortcut Whether a shortcut should be shown(if false, the value of
96 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuView.java 90 * Sets the shortcut for the item.
91 * @param showShortcut Whether a shortcut should be shown(if false, the value of
93 * @param shortcutKey The shortcut key that should be shown on the ItemView.
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 68 /** Show all contacts and create a shortcut for the picked contact */
71 /** Show all phone numbers and create a call shortcut for the picked number */
74 /** Show all phone numbers and create an SMS shortcut for the picked number */
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ShortcutNameActivity.java 36 * This activity prompts the user for a name for the shortcut to their folder
38 * icon for the shortcut
101 // Initially set the name of the shortcut to the name of the folder.
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.cpp 98 for (const auto &shortcut : unigramProperty.getShortcuts()) {
99 const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints();
107 shortcut.getProbability());
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 86 private void assertWord(String word, int frequency, String shortcut, Locale locale,
89 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale);
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 98 * are convenient shortcut methods defined directly on {@link HashFunction} to make this
154 * Shortcut for {@code newHasher().putInt(input).hash()}; returns the hash code for the given
163 * Shortcut for {@code newHasher().putLong(input).hash()}; returns the hash code for the
170 * Shortcut for {@code newHasher().putBytes(input).hash()}. The implementation
177 * Shortcut for {@code newHasher().putBytes(input, off, len).hash()}. The implementation
187 * Shortcut for {@code newHasher().putUnencodedChars(input).hash()}. The implementation
197 * Shortcut for {@code newHasher().putString(input, charset).hash()}. Characters are encoded
204 * Shortcut for {@code newHasher().putObject(instance, funnel).hash()}. The implementation
  /external/libchrome/base/mac/
bundle_locations.h 34 // via an app shortcut, in which case this will return the app shortcut's
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 46 * Add an app or shortcut
59 * Remove an app or shortcut. Does not change the DB.
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsAndShortcutNameComparator.java 72 * @return a component key for the given widget or shortcut info.
88 * @return the label for the given widget or shortcut info. This may be an expensive call.
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 62 * Adds SHORTCUT (TEXT).
93 sDictProjectionMap.put(Words.SHORTCUT, Words.SHORTCUT);
117 + Words.SHORTCUT + " TEXT"
125 + " to version 2: adding " + Words.SHORTCUT + " column");
127 + " ADD " + Words.SHORTCUT + " TEXT;");
236 if (!values.containsKey(Words.SHORTCUT)) {
237 values.put(Words.SHORTCUT, (String) null);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackActivity.java 46 // Add a shortcut to the accessibility settings.
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
ListPopupWindowActivity.java 74 private TextView shortcut;
99 viewHolder.shortcut =
100 (TextView) convertView.findViewById(R.id.shortcut);
106 viewHolder.shortcut.setVisibility(View.GONE);
  /external/chromium-trace/catapult/dashboard/dashboard/
tests.html 12 <link rel="shortcut icon" href="data:image/x-icon;base64,"

Completed in 872 milliseconds

1 23 4 5 6 7 8 91011>>