Searched refs:launcher (Results 51 - 65 of 65) sorted by relevance

123

/packages/apps/Launcher2/src/com/android/launcher2/
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.java53 import com.android.launcher.R;
69 private static final String DATABASE_NAME = "launcher.db";
83 "com.android.launcher.action.APPWIDGET_DEFAULT_WORKSPACE_CONFIGURE";
234 if (LOGD) Log.d(TAG, "Clearing old launcher database");
293 if (LOGD) Log.d(TAG, "creating new launcher database");
472 // - Sholes shipped on 2.1r1 (aka Mr. 3) with version 5 of launcher 1
474 // which was version 6 in launcher 2 (first shipped on passion 2.1r1).
607 // When starting from the launcher, start in a new, cleared task
H A DLauncher.java99 import com.android.launcher.R;
118 * Default launcher application.
151 private static final String PREFERENCES = "launcher.preferences";
159 "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
162 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
164 private static final String RUNTIME_STATE = "launcher.state";
166 private static final String RUNTIME_STATE_PENDING_ADD_CONTAINER = "launcher.add_container";
168 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen";
170 private static final String RUNTIME_STATE_PENDING_ADD_CELL_X = "launcher.add_cell_x";
172 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 DDragLayer.java114 public void setup(Launcher launcher, DragController controller) { argument
115 mLauncher = launcher;
H A DLauncherModel.java120 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
230 Log.d(TAG, "Old launcher provider: " + oldProvider);
234 Log.d(TAG, "Old launcher provider exists.");
236 Log.d(TAG, "Old launcher provider does not exist.");
275 boolean canMigrateFromOldLauncherDb(Launcher launcher) { argument
276 return mOldContentProviderExists && !launcher.isLauncherPreinstalled() ;
1337 // Do this here because if the launcher activity is running it will be restarted.
1354 * When the launcher is in the background, it's possible for it to miss paired
1356 * tell the launcher that it needs to re-run the loader when it comes back instead
1499 * Runnable for the thread that loads the contents of the launcher
[all...]
H A DLauncher.java135 * Default launcher application.
171 private static final String PREFERENCES = "launcher.preferences";
183 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
185 private static final String RUNTIME_STATE = "launcher.state";
187 private static final String RUNTIME_STATE_PENDING_ADD_CONTAINER = "launcher.add_container";
189 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen";
191 private static final String RUNTIME_STATE_PENDING_ADD_CELL_X = "launcher.add_cell_x";
193 private static final String RUNTIME_STATE_PENDING_ADD_CELL_Y = "launcher.add_cell_y";
195 private static final String RUNTIME_STATE_PENDING_FOLDER_RENAME = "launcher.rename_folder";
197 private static final String RUNTIME_STATE_PENDING_FOLDER_RENAME_ID = "launcher
[all...]
H A DWorkspace.java2727 // Notify launcher of drag start
3239 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) { argument
3243 Display display = launcher.getWindowManager().getDefaultDisplay();

Completed in 996 milliseconds

123