Searched refs:launcher (Results 76 - 98 of 98) sorted by relevance

1234

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java373 public static void editDraft(Context launcher, Account account, Message message) { argument
374 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null,
381 public static void compose(Context launcher, Account account) { argument
382 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
388 public static void composeToAddress(Context launcher, Account account, String toAddress) { argument
389 launch(launcher, account, null, COMPOSE, toAddress, null, null, null,
396 public static void composeWithExtraValues(Context launcher, Account account, argument
398 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues);
404 public static Intent createReplyIntent(final Context launcher, final Account account, argument
406 return createActionIntent(launcher, accoun
412 createForwardIntent(final Context launcher, final Account account, final Uri messageUri) argument
440 reply(Context launcher, Account account, Message message) argument
447 replyAll(Context launcher, Account account, Message message) argument
455 forward(Context launcher, Account account, Message message) argument
459 reportRenderingFeedback(Context launcher, Account account, Message message, String body) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java116 public DragController(Launcher launcher) { argument
117 mLauncher = launcher;
118 mFlingToDeleteHelper = new FlingToDeleteHelper(launcher);
H A DDragLayer.java137 public void setup(Launcher launcher, DragController dragController, argument
139 mLauncher = launcher;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidget.java32 import com.android.launcher.R;
H A DUtilities.java37 import com.android.launcher.R;
H A DCling.java36 import com.android.launcher.R;
H A DWallpaperChooserDialogFragment.java46 import com.android.launcher.R;
199 // com.android.launcher. So we ask Resources for what it thinks the
H A DDragLayer.java43 import com.android.launcher.R;
96 public void setup(Launcher launcher, DragController controller) { argument
97 mLauncher = launcher;
H A DAppsCustomizePagedView.java57 import com.android.launcher.R;
224 // Deferral of loading widget previews during launcher transitions
516 // NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
562 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info) { argument
1521 public void setup(Launcher launcher, DragController dragController) { argument
1522 mLauncher = launcher;
H A DAppsCustomizeTabHost.java36 import com.android.launcher.R;
H A DDeleteDropTarget.java38 import com.android.launcher.R;
236 // Remove the folder from the workspace and delete the contents from launcher model
H A DInstallShortcutReceiver.java31 import com.android.launcher.R;
42 "com.android.launcher.action.INSTALL_SHORTCUT";
64 "com.android.launcher/shortcut";
199 // Queue the item up for adding if launcher has not loaded properly yet
H A DPagedViewCellLayout.java27 import com.android.launcher.R;
H A DFolder.java47 import com.android.launcher.R;
H A DWorkspace.java56 import com.android.launcher.R;
2405 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) { argument
2406 Resources res = launcher.getResources();
2407 Display display = launcher.getWindowManager().getDefaultDisplay();
H A DLauncherProvider.java55 import com.android.launcher.R;
71 private static final String DATABASE_NAME = "launcher.db";
86 "com.android.launcher.action.APPWIDGET_DEFAULT_WORKSPACE_CONFIGURE";
250 if (LOGD) Log.d(TAG, "Clearing old launcher database");
352 if (LOGD) Log.d(TAG, "creating new launcher database");
531 // - Sholes shipped on 2.1r1 (aka Mr. 3) with version 5 of launcher 1
533 // which was version 6 in launcher 2 (first shipped on passion 2.1r1).
666 // When starting from the launcher, start in a new, cleared task
H A DLauncher.java99 import com.android.launcher.R;
120 * Default launcher application.
153 private static final String PREFERENCES = "launcher.preferences";
161 "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
164 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
166 private static final String RUNTIME_STATE = "launcher.state";
168 private static final String RUNTIME_STATE_PENDING_ADD_CONTAINER = "launcher.add_container";
170 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen";
172 private static final String RUNTIME_STATE_PENDING_ADD_CELL_X = "launcher.add_cell_x";
174 private static final String RUNTIME_STATE_PENDING_ADD_CELL_Y = "launcher
[all...]
H A DPagedView.java45 import com.android.launcher.R;
H A DLauncherModel.java52 import com.android.launcher.R;
96 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
883 // Do this here because if the launcher activity is running it will be restarted.
900 * When the launcher is in the background, it's possible for it to miss paired
902 * tell the launcher that it needs to re-run the loader when it comes back instead
993 * Runnable for the thread that loads the contents of the launcher:
1190 * Gets the callbacks object. If we've been stopped, or if the launcher object
1741 // This launcher has exited and nobody bothered to tell us. Just bail.
1742 Log.w(TAG, "LoaderTask running with no launcher");
1860 // This launcher ha
[all...]
H A DCellLayout.java51 import com.android.launcher.R;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java313 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher, argument
315 getWidgetSizeRanges(launcher, spanX, spanY, sTmpRect);
H A DLauncher.java156 * Default launcher application.
200 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
202 private static final String RUNTIME_STATE = "launcher.state";
204 private static final String RUNTIME_STATE_PENDING_REQUEST_ARGS = "launcher.request_args";
206 private static final String RUNTIME_STATE_PENDING_ACTIVITY_RESULT = "launcher.activity_result";
208 static final String APPS_VIEW_SHOWN = "launcher.apps_view_shown";
301 // launcher. Since there is no callback for when the activity has finished launching, enable
302 // the press state and keep this reference to reset the press state when we return to launcher.
417 mLauncherView = LayoutInflater.from(this).inflate(R.layout.launcher, null);
437 // configuration change) while launcher i
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java160 @ViewDebug.ExportedProperty(category = "launcher",
168 @ViewDebug.ExportedProperty(category = "launcher")
181 @ViewDebug.ExportedProperty(category = "launcher")
479 * @param launcher The main activity.
484 static Folder fromXml(Launcher launcher) { argument
485 return (Folder) launcher.getLayoutInflater().inflate(
1652 public static Folder getOpen(Launcher launcher) { argument
1653 return getOpenView(launcher, TYPE_FOLDER);

Completed in 765 milliseconds

1234