Home | History | Annotate | Download | only in launcher2

Lines Matching refs:launcher

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 task
577 Launcher.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true);