Home | History | Annotate | Download | only in launcher2

Lines Matching refs:shortcut

159             "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
207 // How long to wait before the new-shortcut animation automatically pans the workspace
619 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
1039 * Creates a view representing a shortcut.
1041 * @param info The data structure describing the shortcut.
1051 * Creates a view representing a shortcut inflated from the specified resource.
1053 * @param layoutResId The id of the XML layout used to create the shortcut.
1054 * @param parent The group the shortcut belongs to.
1055 * @param info The data structure describing the shortcut.
1067 * Add an application shortcut to the workspace.
1070 * @param cellInfo The position on screen where to create the shortcut.
1101 * Add a shortcut to the workspace.
1103 * @param data The intent describing the shortcut.
1104 * @param cellInfo The position on screen where to create the shortcut.
1802 * Process a shortcut drop.
2005 * Launches the intent referred by the clicked shortcut.
2007 * @param v The view representing the clicked shortcut.
2022 // Open shortcut
2152 // Only launch using the new animation if the shortcut has not opted out (this is a
3484 View shortcut = createShortcut(info);
3485 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX,
3495 shortcut.setAlpha(0f);
3496 shortcut.setScaleX(0f);
3497 shortcut.setScaleY(0f);
3499 if (!mNewShortcutAnimateViews.contains(shortcut)) {
3500 mNewShortcutAnimateViews.add(shortcut);