/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutLauncher.java | 122 // i.e. a non-dynamic, pinned shortcut by *other launchers* shouldn't be pinned here. 143 * Return the pinned shortcut IDs for the publisher package.
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
MixAudio-MixAudioInitParams.html | 27 <a href="#MixAudio-MixAudioInitParams.synopsis" class="shortcut">Top</a> 29 <a href="#MixAudio-MixAudioInitParams.description" class="shortcut">Description</a>
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
BlockedListSearchFragment.java | 155 // Handles click on 'Block number' shortcut to add the user query as a number. 160 Log.w(TAG, "Ignoring unsupported shortcut type: " + shortcutType);
|
/packages/apps/Launcher2/ |
print_db.py | 52 out.write("""<span class="intent" title="%s">shortcut</span>""" % ( 103 out.write(cgi.escape(cell["title"]) + " <br/><i>(shortcut)</i>")
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
ver4_patricia_trie_writing_helper.cpp | 31 #include "dictionary/structure/backward/v402/shortcut/ver4_shortcut_list_policy.h" 178 // Run GC for shortcut dict content.
|
ver4_patricia_trie_node_writer.cpp | 33 #include "dictionary/structure/backward/v402/shortcut/ver4_shortcut_list_policy.h" 313 AKLOGE("Cannot add new shortcut entry. terminalId: %d", ptNodeParams->getTerminalId()); 317 // Update has shortcut targets flag.
|
/frameworks/base/core/java/android/view/ |
Menu.java | 125 * executing the shortcut. 131 * close the menu after executing the shortcut. Closing the menu also resets 404 * Execute the menu item action associated with the given shortcut 407 * @param keyCode The keycode of the shortcut key. 411 * @return If the given shortcut exists and is shown, returns 419 * Is a keypress one of the defined shortcut keys for this window.
|
/external/llvm/include/llvm/Analysis/ |
RegionInfo.h | 704 // Saves a shortcut pointing from entry to exit. 705 // This function may extend this shortcut if possible. 706 void insertShortCut(BlockT *entry, BlockT *exit, BBtoBBMap *ShortCut) const; 710 DomTreeNodeT *getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const; 719 void findRegionsWithEntry(BlockT *entry, BBtoBBMap *ShortCut); 722 void scanForRegions(FuncT &F, BBtoBBMap *ShortCut); 760 /// @brief A shortcut for getRegionFor(). [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 42 /* shortcut */ 91 { /* shortcut */ 112 /* shortcut */ 421 /* shortcut */ 458 /* shortcut */
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
menu_design.jd | 199 operating system. It is normally a shortcut that duplicates commands 228 <h4 id="context_menu_shortcut">Context Menu is a Shortcut</h4> 255 Because of this duplication, using the Context menu is considered a <em>shortcut</em> 382 See <a href="#context_menu_shortcut">shortcut</a> for an illustration of this example. 388 As described under <a href="#context_menu_shortcut">shortcut</a>,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodemb.c | 301 int shortcut=0; local 342 shortcut = 1; 344 shortcut = 0; 346 if(shortcut) 395 if(shortcut)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 164 int shortcut = 0; local 202 shortcut = 1; 204 shortcut = 0; 206 if (shortcut) { 240 if (shortcut) {
|
/packages/apps/Launcher3/res/values/ |
strings.xml | 39 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]--> 41 <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]--> 43 <!-- SafeMode shortcut error string --> 106 <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] --> 189 <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
AutoInstallsLayout.java | 118 private static final String TAG_SHORTCUT = "shortcut"; 407 * Parses a web shortcut. Required attributes url, icon, title 423 if (LOGD) Log.d(TAG, "Ignoring shortcut"); 434 if (LOGD) Log.d(TAG, "Ignoring shortcut, can't load icon"); 452 if (LOGD) Log.d(TAG, "Ignoring shortcut, invalid url: " + url);
|
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 378 final Intent shortcut = new Intent(); local 379 shortcut.setAction(Intent.ACTION_VIEW); 380 shortcut.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/playlist"); 381 shortcut.putExtra("playlist", String.valueOf(id)); 384 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcut);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 161 "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION"; 209 // How long to wait before the new-shortcut animation automatically pans the workspace 645 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen, 3510 View shortcut = createShortcut(info); local [all...] |
/external/hamcrest/library/src/org/hamcrest/ |
Matchers.java | 18 * This is a shortcut to the frequently used is(equalTo(x)). 28 * This is a shortcut to the frequently used is(instanceOf(SomeClass.class)). 45 * This is a shortcut to the frequently used not(equalTo(x)).
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-arc.texi | 187 @item .extCoreRegister @var{name},@var{regnum},@var{mode},@var{shortcut} 200 @var{shortcut} in the pipeline. The valid values are: 214 can shortcut the pipeline.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
ShortcutManagerTest1.java | [all...] |
/external/apache-http/src/org/apache/commons/codec/language/ |
DoubleMetaphone.java | [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuBuilder.java | 728 * menu item does not have a shortcut defined, that item will 729 * still NOT show a shortcut) 802 * be directly (the shortcut directly corresponds) and indirectly 803 * (the ALT-enabled char corresponds to the shortcut) associated 817 // Look for an item whose shortcut is this key. 843 * in Gmail, Menu+1 will trigger Menu+! (the actual shortcut). [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuBuilder.java | 777 * have a shortcut defined, that item will still NOT show a shortcut) 852 * be directly (the shortcut directly corresponds) and indirectly 853 * (the ALT-enabled char corresponds to the shortcut) associated 868 // Look for an item whose shortcut is this key. 894 * in Gmail, Menu+1 will trigger Menu+! (the actual shortcut). [all...] |
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerClientApiTest.java | 510 // Create s1 as a floating pinned shortcut. [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.ui | 433 <property name="shortcut" > 441 <property name="shortcut" >
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
ver4_patricia_trie_node_writer.cpp | 25 #include "dictionary/structure/v4/shortcut/ver4_shortcut_list_policy.h" 279 AKLOGE("Cannot add new shortcut entry. terminalId: %d", ptNodeParams->getTerminalId());
|