Home | History | Annotate | Download | only in launcher2

Lines Matching defs:shortcut

159             "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
205 // How long to wait before the new-shortcut animation automatically pans the workspace
616 // Before adding this resetAddInfo(), after a shortcut was added to a workspace screen,
1023 * Creates a view representing a shortcut.
1025 * @param info The data structure describing the shortcut.
1035 * Creates a view representing a shortcut inflated from the specified resource.
1037 * @param layoutResId The id of the XML layout used to create the shortcut.
1038 * @param parent The group the shortcut belongs to.
1039 * @param info The data structure describing the shortcut.
1051 * Add an application shortcut to the workspace.
1054 * @param cellInfo The position on screen where to create the shortcut.
1083 * Add a shortcut to the workspace.
1085 * @param data The intent describing the shortcut.
1086 * @param cellInfo The position on screen where to create the shortcut.
1778 * Process a shortcut drop.
1986 * Launches the intent referred by the clicked shortcut.
1988 * @param v The view representing the clicked shortcut.
2003 // Open shortcut
2125 // Only launch using the new animation if the shortcut has not opted out (this is a
3434 View shortcut = createShortcut(info);
3435 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX,
3445 shortcut.setAlpha(0f);
3446 shortcut.setScaleX(0f);
3447 shortcut.setScaleY(0f);
3449 if (!mNewShortcutAnimateViews.contains(shortcut)) {
3450 mNewShortcutAnimateViews.add(shortcut);