Home | History | Annotate | Download | only in launcher2

Lines Matching full:shortcut

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,
1065 * Creates a view representing a shortcut.
1067 * @param info The data structure describing the shortcut.
1077 * Creates a view representing a shortcut inflated from the specified resource.
1079 * @param layoutResId The id of the XML layout used to create the shortcut.
1080 * @param parent The group the shortcut belongs to.
1081 * @param info The data structure describing the shortcut.
1093 * Add an application shortcut to the workspace.
1096 * @param cellInfo The position on screen where to create the shortcut.
1127 * Add a shortcut to the workspace.
1129 * @param data The intent describing the shortcut.
1130 * @param cellInfo The position on screen where to create the shortcut.
1828 * Process a shortcut drop.
2031 * Launches the intent referred by the clicked shortcut.
2033 * @param v The view representing the clicked shortcut.
2048 // Open shortcut
2178 // Only launch using the new animation if the shortcut has not opted out (this is a
3510 View shortcut = createShortcut(info);
3511 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX,
3521 shortcut.setAlpha(0f);
3522 shortcut.setScaleX(0f);
3523 shortcut.setScaleY(0f);
3525 if (!mNewShortcutAnimateViews.contains(shortcut)) {
3526 mNewShortcutAnimateViews.add(shortcut);