HomeSort by relevance Sort by last modified time
    Searched refs:Launcher (Results 51 - 53 of 53) sorted by null

1 23

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 52 import com.android.launcher.R;
64 private static final String TAG = "Launcher.LauncherProvider";
67 private static final String DATABASE_NAME = "launcher.db";
81 "com.android.launcher.action.APPWIDGET_DEFAULT_WORKSPACE_CONFIGURE";
250 mAppWidgetHost = new AppWidgetHost(context, Launcher.APPWIDGET_HOST_ID);
272 if (LOGD) Log.d(TAG, "creating new launcher database");
445 // - Sholes shipped on 2.1r1 (aka Mr. 3) with version 5 of launcher 1
447 // which was version 6 in launcher 2 (first shipped on passion 2.1r1).
549 // When starting from the launcher, start in a new, cleared task
557 Launcher.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true)
    [all...]
CellLayout.java 51 import com.android.launcher.R;
62 private Launcher mLauncher;
182 mLauncher = (Launcher) context;
288 // We use this method from Workspace to figure out how many rows/columns Launcher should
299 // We use this method from Workspace to figure out how many rows/columns Launcher should
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/
ActivityBasedOnTemplate.java 98 public class ActivityBasedOnTemplate extends Launcher
108 private static final String INTENT_CATEGORY_LAUNCHER_NAME = "android.intent.category.LAUNCHER"; //$NON-NLS-1$
    [all...]

Completed in 141 milliseconds

1 23