HomeSort by relevance Sort by last modified time
    Searched refs:launcher (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 52 import com.android.launcher.R;
65 private static final String TAG = "Launcher.LauncherProvider";
68 private static final String DATABASE_NAME = "launcher.db";
82 "com.android.launcher.action.APPWIDGET_DEFAULT_WORKSPACE_CONFIGURE";
233 if (LOGD) Log.d(TAG, "Clearing old launcher database");
270 mAppWidgetHost = new AppWidgetHost(context, Launcher.APPWIDGET_HOST_ID);
292 if (LOGD) Log.d(TAG, "creating new launcher database");
465 // - Sholes shipped on 2.1r1 (aka Mr. 3) with version 5 of launcher 1
467 // which was version 6 in launcher 2 (first shipped on passion 2.1r1).
569 // When starting from the launcher, start in a new, cleared tas
    [all...]
Launcher.java 99 import com.android.launcher.R;
118 * Default launcher application.
120 public final class Launcher extends Activity
123 static final String TAG = "Launcher";
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"
    [all...]
PagedView.java 45 import com.android.launcher.R;
    [all...]
LauncherModel.java 50 import com.android.launcher.R;
67 * Maintains in-memory state of the Launcher. It is expected that there should be only one
69 * for the Launcher.
73 static final String TAG = "Launcher.Model";
89 // clear all queued binding runnables when the Launcher activity is destroyed.
94 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
350 Launcher.dumpDebugLogsToConsole();
417 Launcher.sDumpLogs.add(transaction);
425 if (context instanceof Launcher && screen < 0 &&
427 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY)
    [all...]
CellLayout.java 51 import com.android.launcher.R;
64 private Launcher mLauncher;
185 mLauncher = (Launcher) context;
293 // We use this method from Workspace to figure out how many rows/columns Launcher should
304 // We use this method from Workspace to figure out how many rows/columns Launcher should
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 64 import com.android.launcher3.Launcher.CustomContentCallbacks;
81 private static final String TAG = "Launcher.Workspace";
168 private Launcher mLauncher;
311 mLauncher = (Launcher) context;
420 Launcher.setScreen(mCurrentPage);
446 // Set the wallpaper dimensions when Launcher starts up
550 Launcher.addDumpLog(TAG, "11683562 - insertNewWorkspaceScreen(): " + screenId +
654 Launcher.addDumpLog(TAG, "11683562 - addExtraEmptyScreenOnDrag()", true);
683 Launcher.addDumpLog(TAG, "11683562 - addExtraEmptyScreen()", true);
694 Launcher.addDumpLog(TAG, "11683562 - convertFinalScreenToEmptyScreenIfNecessary()", true)
    [all...]
Launcher.java 118 * Default launcher application.
120 public class Launcher extends Activity
123 static final String TAG = "Launcher";
154 private static final String PREFERENCES = "launcher.preferences";
166 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
168 private static final String RUNTIME_STATE = "launcher.state";
170 private static final String RUNTIME_STATE_PENDING_ADD_CONTAINER = "launcher.add_container";
172 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen";
174 private static final String RUNTIME_STATE_PENDING_ADD_CELL_X = "launcher.add_cell_x";
176 private static final String RUNTIME_STATE_PENDING_ADD_CELL_Y = "launcher.add_cell_y"
    [all...]
LauncherModel.java 66 * Maintains in-memory state of the Launcher. It is expected that there should be only one
68 * for the Launcher.
72 static final String TAG = "Launcher.Model";
96 // clear all queued binding runnables when the Launcher activity is destroyed.
101 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
230 boolean canMigrateFromOldLauncherDb(Launcher launcher) {
231 return mOldContentProviderExists && !launcher.isLauncherPreinstalled() ;
287 // Update the Launcher db
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 125 milliseconds

1 2 3 4 5 67