/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRefresher.java | 27 * Called by the ShortcutRefresher when a shortcut has been refreshed. 29 * @param source source of this shortcut. 30 * @param shortcutId the id of the shortcut. 31 * @param refreshed the updated shortcut, or {@code null} if the shortcut 39 * Starts a task to refresh a single shortcut. 41 * @param shortcut The shortcut to be refreshed. 44 void refresh(Suggestion shortcut, Listener listener); 47 * Returns true if the given shortcut requires refreshing [all...] |
ShortcutsProvider.java | 100 private void addShortcut(final ContentValues shortcut) { 101 String sourceName = shortcut.getAsString(EXTRA_SHORTCUT_SOURCE); 107 String sourceAction = shortcut.getAsString(SearchManager.SUGGEST_COLUMN_INTENT_ACTION); 110 Log.d(TAG, "Ignoring shortcut from " + sourceName + 118 Log.w(TAG, "Got shortcut for " + sourceComponent + " from a different process"); 124 storeShortcut(sourceComponent, shortcut); 130 private void storeShortcut(ComponentName sourceComponent, ContentValues shortcut) { 131 if (DBG) Log.d(TAG, "Adding (PID: " + Binder.getCallingPid() + "): " + shortcut); 135 Log.w(TAG, "Unknown shortcut source " + sourceComponent); 139 String userQuery = shortcut.getAsString(SearchManager.USER_QUERY) [all...] |
SourceShortcutRefresher.java | 49 public void refresh(Suggestion shortcut, Listener listener) { 50 Source source = shortcut.getSuggestionSource(); 54 String shortcutId = shortcut.getShortcutId(); 57 Log.d(TAG, "Refreshing shortcut " + shortcutId + " '" + 58 shortcut.getSuggestionText1() + "'"); 61 String extraData = shortcut.getSuggestionIntentExtraData(); 69 * Returns true if the given shortcut requires refreshing. 86 * Indicate that the shortcut no longer requires refreshing. 106 * Refreshes a shortcut with a source and reports the result to a 116 * @param source The source that should validate the shortcut [all...] |
ShortcutCursor.java | 79 if (DBG) Log.d(TAG, "Skipping shortcut " + i); 91 * Refresh a shortcut from this cursor. 93 * @param shortcut The shortcut to refresh. Should be a shortcut taken from this cursor. 95 public void refresh(Suggestion shortcut) { 96 mRefresher.refresh(shortcut, new ShortcutRefresher.Listener() { 99 if (DBG) Log.d(TAG, "Shortcut refreshed: " + shortcutId);
|
ShortcutRepository.java | 46 * Clears all shortcut history. 68 * The shortcut cursor passed to the consumer may be null if there are no shortcuts. 70 * the shortcut cursor will get closed eventually. 79 * Updates a shortcut in the repository after it's been refreshed. 81 * @param source The source of the shortcut that's been refreshed 82 * @param shortcutId The ID of the shortcut that's been refershed 83 * @param refreshed The refreshed shortcut suggestion.
|
WebPromoter.java | 38 if (DBG) Log.d(TAG, "Shortcut count: " + shortcutCount); 43 if (DBG) Log.d(TAG, "Including shortcut " + i); 46 if (DBG) Log.d(TAG, "Skipping shortcut " + i);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 35 * <li> Returning a shortcut-matching intent to clients 44 Settings.Bookmarks.SHORTCUT, Settings.Bookmarks.INTENT 49 /** Map of a shortcut to its intent. */ 59 /** Observes the provider of shortcut+intents */ 81 int shortcut = c.getInt(COLUMN_SHORTCUT); local 82 if (shortcut == 0) continue; 88 Log.w(TAG, "Intent URI for shortcut invalid.", e); 91 mShortcutIntents.put(shortcut, intent); 96 * Gets the shortcut intent for a given keycode+modifier. Make sure you 98 * if 'Sym+A' should invoke a shortcut on 'A', you should strip th 114 int shortcut = kcm.get(keyCode, metaState); local [all...] |
/external/chromium/chrome/browser/ui/web_applications/ |
web_app_ui.h | 17 // Extracts shortcut info of given TabContents. 21 // Updates web app shortcut of the TabContents. This function checks and 24 // and quick launch (as well as pinned shortcut) for shortcut and only
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/ |
README | 2 shortcut (Ctrl + Shift + P) to toggle pinning and unpinning of the current tab.
|
manifest.json | 4 "description": "Creates a keyboard shortcut (C + Shift + P) to toggle the pinned state of the currently selected tab",
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
QuickLaunchSettings.java | 50 * and allows choosing a new bookmark for a shortcut. 67 Bookmarks.SHORTCUT, Bookmarks.TITLE, Bookmarks.INTENT 69 private static final String sShortcutSelection = Bookmarks.SHORTCUT + "=?"; 81 /** Preference category to hold the shortcut preferences. */ 83 /** Mapping of a shortcut to its preference. */ 86 /** The bookmark title of the shortcut that is being cleared. */ 89 /** The shortcut that is being cleared. */ 144 // Create the dialog for clearing a shortcut 182 // Clear the shortcut 189 private void clearShortcut(char shortcut) { 230 char shortcut = data.getCharExtra(BookmarkPicker.EXTRA_SHORTCUT, (char) 0); local 242 Bookmarks.add(getContentResolver(), intent, "", DEFAULT_BOOKMARK_FOLDER, shortcut, 0); local 271 char shortcut = (char) Character.toLowerCase(keyMap.getDisplayLabel(keyCode)); local 302 char shortcut = Character.toLowerCase((char) c.getInt(COLUMN_SHORTCUT)); local 343 char shortcut = (char) noLongerBookmarkedShortcuts.keyAt(i); local [all...] |
ShortcutPreference.java | 29 * Preference type for a shortcut in {@link QuickLaunchSettings}. 49 public ShortcutPreference(Context context, char shortcut) { 65 mShortcut = shortcut; 74 public void setShortcut(char shortcut) { 75 if (shortcut != mShortcut) { 76 mShortcut = shortcut; 106 TextView shortcutView = (TextView) view.findViewById(R.id.shortcut);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 28 * This Activity actually handles two stages of a launcher shortcut's life cycle. 31 * the user installs a shortcut, an activity within your application 32 * generates the actual shortcut and returns it to the launcher, where it 35 * 2. Any time the user clicks on an installed shortcut, an intent is sent. 39 * We handle stage 1 (creating a shortcut) by simply sending back the information (in the form 40 * of an {@link android.content.Intent} that the launcher will use to create the shortcut. 43 * UI for the user to select the specific nature of the shortcut, such as a contact, picture, URL, 46 * We handle stage 2 (responding to a shortcut) in this sample by simply displaying the contents 49 * In a real application, you would probably use the shortcut intent to display specific content 65 // If the intent is a request to create a shortcut, we'll do that and exi [all...] |
/frameworks/base/packages/SettingsProvider/res/xml/ |
bookmarks.xml | 37 shortcut="b" /> 41 shortcut="c" /> 45 shortcut="e" /> 49 shortcut="l" /> 53 shortcut="p" /> 57 shortcut="s" />
|
/docs/source.android.com/templates/ |
includes | 3 <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico" />
|
/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());
|
TableLayout7.java | 70 TextView shortcut = new TextView(this); local 71 shortcut.setText(R.string.table_layout_7_ctrlq); 72 shortcut.setPadding(3, 3, 3, 3); 73 shortcut.setGravity(Gravity.RIGHT | Gravity.TOP); 76 row.addView(shortcut, new TableRow.LayoutParams());
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
command.js | 22 * @param {string} shortcut The text used to describe the keys for this 23 * keyboard shortcut. 26 function KeyboardShortcut(shortcut) { 29 shortcut.split('-').forEach(function(part) { 40 throw Error('Invalid shortcut'); 51 * Wether the keyboard shortcut object mathes a keyboard event. 108 * The keyboard shortcut that triggers the command. This is a string 124 get shortcut() { 127 set shortcut(shortcut) { [all...] |
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac.mm | 92 const KeyboardShortcutData& shortcut, 96 DCHECK((shortcut.key_char == 0) ^ (shortcut.vkey_code == 0)); 97 if (shortcut.key_char) { 98 // The given shortcut key is to be matched by a keyboard character. 101 if (shortcut.command_key == command_key && 102 shortcut.cntrl_key == cntrl_key && 103 shortcut.key_char == key_char) 105 } else if (shortcut.vkey_code) { 106 // The given shortcut key is to be matched by a virtual key code [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
create_application_shortcuts_dialog_gtk.h | 44 // This method is called after a shortcut is created. 58 // ShortcutInfo for the new shortcut. 64 // Dialog box that allows the user to create an application shortcut. 90 // TabContentsWrapper for which the shortcut will be created. 109 // it to the "Create Shortcut" dailog box.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmmpc.h | 16 __be32 ipaddr; /* the IP address of the shortcut */ 42 uint16_t mpc_p1; /* Shortcut-Setup Frame Count */ 43 uint16_t mpc_p2; /* Shortcut-Setup Frame Time */ 83 #define MPC_P1 10 /* Shortcut-Setup Frame Count */ 84 #define MPC_P2 1 /* Shortcut-Setup Frame Time */
|
/packages/apps/Launcher2/res/values-tl/ |
strings.xml | 40 <string name="group_shortcuts" msgid="9133529424900391877">"Mga Shortcut"</string> 45 <string name="shortcut_installed" msgid="7071557296331322355">"Nalikha ang shortcut na \"<xliff:g id="NAME">%s</xliff:g>\"."</string> 46 <string name="shortcut_uninstalled" msgid="2129499669449749995">"Inalis ang shortcut na \"<xliff:g id="NAME">%s</xliff:g>\"."</string> 47 <string name="shortcut_duplicate" msgid="4757756326465060694">"Umiiral na ang shortcut na \"<xliff:g id="NAME">%s</xliff:g>\"."</string> 48 <string name="title_select_shortcut" msgid="2858897527672831763">"Pumili ng shortcut"</string> 74 <string name="cab_shortcut_selection_text" msgid="8115847384500412878">"1 shortcut ang napili"</string> 75 <string name="permlab_install_shortcut" msgid="1201690825493376489">"i-install ang mga shortcut"</string> 76 <string name="permdesc_install_shortcut" msgid="7429365847558984148">"Pinapayagan ang isang application na magdagdag ng mga shortcut nang walang panghihimasok ng user."</string> 77 <string name="permlab_uninstall_shortcut" msgid="7696645932555926449">"huwag i-install ang mga shortcut"</string> 78 <string name="permdesc_uninstall_shortcut" msgid="959972195916090900">"Pinapayagan ang isang application na alisin ang mga shortcut na walang panghihimasok ng user."</string [all...] |
/packages/apps/QuickSearchBox/res/values-tl/ |
strings.xml | 33 <string name="device_settings_category_title" msgid="2378889894648580869">"I-clear ang shortcut"</string> 37 <string name="clear_shortcuts" msgid="1964107586205103593">"I-clear ang mga shortcut"</string> 38 <string name="clear_shortcuts_summary" msgid="7407553488405249541">"I-clear ang mga shortcut sa kamakailang napiling mga suhestiyon sa paghahanap"</string> 39 <string name="clear_shortcuts_prompt" msgid="1383427830703301130">"Iki-clear nito ang lahat ng mga shortcut sa kamakailang napiling mga suhestiyon sa paghahanap."\n\n"(Upang i-clear ang kasaysayan ng iyong Browser, gamitin ang mga setting ng Browser.)"</string> 40 <string name="clear_shortcuts_agree" msgid="5623666487205882033">"I-clear ang shortcut"</string> 41 <string name="clear_shortcuts_disagree" msgid="3667707814933648461">"Huwag i-clear ang mga shortcut"</string>
|
/external/chromium/chrome/browser/ui/cocoa/ |
chrome_event_processing_window.h | 32 // Checks if |event| is a window keyboard shortcut. If so, dispatches it to the 36 // Checks if |event| is a delayed window keyboard shortcut. If so, dispatches 40 // Checks if |event| is a browser keyboard shortcut. If so, dispatches it to the
|
/external/iproute2/man/man8/ |
rtmon.8 | 47 Use IPv4. Shortcut for -family inet. 50 Use IPv6. Shortcut for -family inet6. 53 Use a special family identifier meaning that no networking protocol is involved. Shortcut for -family link.
|