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

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/
ver4_shortcut_list_policy.h 22 * dictionary/structure/v4/shortcut/ver4_shortcut_list_policy.h
30 #include "dictionary/structure/pt_common/shortcut/shortcut_list_reading_utils.h"
47 // The first shortcut entry is located at the head position of the shortcut list.
63 // Do nothing because we don't need to skip shortcut lists in ver4 dictionaries.
70 // Create shortcut list.
72 AKLOGE("Cannot create new shortcut list. terminal id: %d", terminalId);
82 // Add new entry to the shortcut list.
83 // Create new shortcut list.
85 AKLOGE("Cannot create new shortcut list. terminal id: %d", terminalId)
    [all...]
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher1/res/xml/
shortcuts.xml 17 <shortcut
25 <categories android:name="android.shortcut.conversation" />
26 <categories android:name="android.shortcut.media" />
27 </shortcut>
28 <shortcut
44 </shortcut>
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher2/res/xml/
shortcuts.xml 17 <shortcut
25 <categories android:name="android.shortcut.conversation" />
26 <categories android:name="android.shortcut.media" />
27 </shortcut>
28 <shortcut
44 </shortcut>
shortcuts_b.xml 17 <shortcut
25 <categories android:name="android.shortcut.conversation" />
26 <categories android:name="android.shortcut.media" />
27 </shortcut>
  /cts/hostsidetests/shortcuts/deviceside/backup/publisher3/res/xml/
shortcuts.xml 17 <shortcut
25 <categories android:name="android.shortcut.conversation" />
26 <categories android:name="android.shortcut.media" />
27 </shortcut>
28 <shortcut
44 </shortcut>
  /cts/tests/tests/shortcutmanager/packages/packagemanifest/res/xml/
shortcuts2.xml 17 <shortcut
25 <categories android:name="android.shortcut.conversation" />
26 <categories android:name="android.shortcut.media" />
27 </shortcut>
28 <shortcut
44 </shortcut>
shortcut_error_1.xml 18 <Shortcut
27 <categories android:name="android.shortcut.conversation" />
28 <categories android:name="android.shortcut.media" />
29 </Shortcut>
shortcut_error_2.xml 18 <Shortcut
27 <categories android:name="android.shortcut.conversation" />
28 <categories android:name="android.shortcut.media" />
29 </Shortcut>
shortcuts1.xml 17 <shortcut
26 <categories android:name="android.shortcut.conversation" />
27 <categories android:name="android.shortcut.media" />
28 </shortcut>
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest3.java 29 * Tests related to shortcut rank auto-adjustment.
45 private ShortcutInfo shortcut(String id, ComponentName activity, int rank) { method in class:ShortcutManagerTest3
49 private ShortcutInfo shortcut(String id, ComponentName activity) { method in class:ShortcutManagerTest3
75 shortcut("s1", A1)
82 shortcut("s5", A1),
83 shortcut("s4", A1),
84 shortcut("s3", A1)
91 shortcut("s5", A1),
92 shortcut("s4", A1, 5),
93 shortcut("s3", A1, 3)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/
ver4_shortcut_list_policy.h 22 #include "dictionary/structure/pt_common/shortcut/shortcut_list_reading_utils.h"
37 // The first shortcut entry is located at the head position of the shortcut list.
53 // Do nothing because we don't need to skip shortcut lists in ver4 dictionaries.
60 // Create shortcut list.
62 AKLOGE("Cannot create new shortcut list. terminal id: %d", terminalId);
72 // Add new entry to the shortcut list.
73 // Create new shortcut list.
75 AKLOGE("Cannot create new shortcut list. terminal id: %d", terminalId);
81 AKLOGE("Cannot write shortcut entry. terminal id: %d, pos: %d", terminalId
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
ShortcutManager.java 41 * <li> Returning a shortcut-matching intent to clients
51 private static final String ATTRIBUTE_SHORTCUT = "shortcut";
66 * Gets the shortcut intent for a given keycode+modifier. Make sure you
68 * if 'Sym+A' should invoke a shortcut on 'A', you should strip the
77 * to invoke the shortcut.
78 * @return The intent that matches the shortcut, or null if not found.
81 ShortcutInfo shortcut = null; local
90 shortcut = shortcutMap.get(shortcutChar);
94 if (shortcut == null) {
97 shortcut = shortcutMap.get(shortcutChar)
175 ShortcutInfo shortcut = new ShortcutInfo(title, intent); local
    [all...]
  /docs/source.android.com/templates/
includes 3 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  /frameworks/base/core/java/android/view/
KeyboardShortcutInfo.java 27 * Information about a Keyboard Shortcut.
37 * @param label The label that identifies the action performed by this shortcut.
38 * @param icon An icon that identifies the action performed by this shortcut.
39 * @param keycode The keycode that triggers the shortcut. This should be a valid constant
41 * @param modifiers The set of modifiers that, combined with the key, trigger the shortcut.
60 * @param label The label that identifies the action performed by this shortcut.
61 * @param keycode The keycode that triggers the shortcut. This should be a valid constant
63 * @param modifiers The set of modifiers that, combined with the key, trigger the shortcut.
74 * @param label The label that identifies the action performed by this shortcut.
75 * @param baseCharacter The character that triggers the shortcut
    [all...]
  /frameworks/base/services/tests/servicestests/res/xml/
shortcut_1_alt.xml 17 <shortcut
30 <categories android:name="android.shortcut.conversation" />
31 <categories android:name="android.shortcut.media" />
32 </shortcut>
shortcut_2_duplicate.xml 17 <shortcut
25 </shortcut>
26 <shortcut
34 </shortcut>
shortcut_error_1.xml 17 <shortcut
24 </shortcut>
25 <shortcut
33 </shortcut>
  /cts/hostsidetests/shortcuts/deviceside/backup/launcher1/src/android/content/pm/cts/shortcut/backup/launcher1/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.launcher1;
20 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
26 "android.content.pm.cts.shortcut.backup.publisher1";
28 "android.content.pm.cts.shortcut.backup.publisher2";
30 "android.content.pm.cts.shortcut.backup.publisher3";
  /cts/hostsidetests/shortcuts/deviceside/backup/launcher2/src/android/content/pm/cts/shortcut/backup/launcher2/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.launcher2;
20 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
26 "android.content.pm.cts.shortcut.backup.publisher1";
28 "android.content.pm.cts.shortcut.backup.publisher2";
30 "android.content.pm.cts.shortcut.backup.publisher3";
  /cts/hostsidetests/shortcuts/deviceside/backup/launcher3/src/android/content/pm/cts/shortcut/backup/launcher3/
ShortcutManagerPreBackupTest.java 16 package android.content.pm.cts.shortcut.backup.launcher3;
20 import android.content.pm.cts.shortcut.device.common.ShortcutManagerDeviceTestBase;
26 "android.content.pm.cts.shortcut.backup.publisher1";
28 "android.content.pm.cts.shortcut.backup.publisher2";
30 "android.content.pm.cts.shortcut.backup.publisher3";
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 61 TextView shortcut = new TextView(this); local
62 shortcut.setText(R.string.table_layout_8_ctrlq);
63 shortcut.setPadding(3, 3, 3, 3);
64 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP);
67 row.addView(shortcut, new TableRow.LayoutParams());
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
Main.java 62 // Invoked via the manifest shortcut.
114 final ShortcutInfo shortcut = (ShortcutInfo) ((View) v.getParent()).getTag(); local
118 if (shortcut.isEnabled()) {
119 mHelper.disableShortcut(shortcut);
121 mHelper.enableShortcut(shortcut);
126 mHelper.removeShortcut(shortcut);
134 private String getType(ShortcutInfo shortcut) {
137 if (shortcut.isDynamic()) {
142 if (shortcut.isPinned()) {
147 if (!shortcut.isEnabled())
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PersonalDictionaryLookupTest.java 82 private Uri addWord(final String word, final Locale locale, int frequency, String shortcut) {
84 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale);
120 // Insert "shortcut" => "Expansion" in the personal dictionary for the given locale.
121 addWord("Expansion", locale, 17, "shortcut");
142 assertEquals("Expansion", lookup.expandShortcut("shortcut", Locale.US));
143 assertNull(lookup.expandShortcut("Shortcut", Locale.US));
144 assertNull(lookup.expandShortcut("SHORTCUT", Locale.US));
155 verifyWordExists(lookup.getShortcutsForLocale(Locale.US), "shortcut");
161 assertEquals("Expansion", lookup.expandShortcut("shortcut", Locale.US));
162 assertNull(lookup.expandShortcut("shortcut", Locale.UK))
    [all...]
  /packages/inputmethods/LatinIME/dictionaries/
sample.combined 17 # into the dictionary is to add shortcut targets and maybe a whitelist
20 # Each word may or may not have any number of shortcut target lines
21 # starting with a `shortcut' entry and having at least a `f' frequency
34 word=shortcut,f=176
35 shortcut=target,f=10
37 shortcut=whitelisted,f=whitelist
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
Consts.java 16 package android.content.pm.cts.shortcut.upgrade;
25 "android.content.pm.cts.shortcut.upgrade.EXTRA_ICON_RES_ID";

Completed in 484 milliseconds

12 3 4 5 6 7 8 91011>>