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

12 3

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 36 import com.android.launcher.R;
365 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
396 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
403 public void onLauncherTransitionStep(Launcher l, float t) {
408 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
LauncherApplication.java 29 import com.android.launcher.R;
104 LauncherModel setLauncher(Launcher launcher) {
105 mModel.initialize(launcher);
LauncherModel.java 50 import com.android.launcher.R;
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";
86 // clear all queued binding runnables when the Launcher activity is destroyed.
91 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
345 Launcher.dumpDebugLogsToConsole();
383 Launcher.sDumpLogs.add(transaction);
391 if (context instanceof Launcher && screen < 0 &&
393 item.screen = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY)
    [all...]
AppWidgetResizeFrame.java 16 import com.android.launcher.R;
74 private Launcher mLauncher;
80 mLauncher = (Launcher) context;
88 int[] result = Launcher.getMinSpanForWidget(mLauncher, info);
339 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher,
342 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
347 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
351 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE)
    [all...]
AppsCustomizePagedView.java 63 import com.android.launcher.R;
247 private Launcher mLauncher;
307 // Deferral of loading widget previews during launcher transitions
535 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
536 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
568 // Lock the drawable state to pressed until we return to Launcher
573 // NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
575 // when Launcher resumes and we are still in AllApps.
619 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info)
    [all...]
UninstallShortcutReceiver.java 28 import com.android.launcher.R;
38 "com.android.launcher.action.UNINSTALL_SHORTCUT";
99 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
Cling.java 36 import com.android.launcher.R;
57 private Launcher mLauncher;
89 void init(Launcher l, int[] positionData) {
DragController.java 36 import com.android.launcher.R;
44 private static final String TAG = "Launcher.DragController";
67 private Launcher mLauncher;
148 public DragController(Launcher launcher) {
149 Resources r = launcher.getResources();
150 mLauncher = launcher;
154 mVibrator = (Vibrator) launcher.getSystemService(Context.VIBRATOR_SERVICE);
212 android.os.Debug.startMethodTracing("Launcher");
419 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging=
    [all...]
FolderIcon.java 42 import com.android.launcher.R;
52 private Launcher mLauncher;
123 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
133 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
140 icon.setOnClickListener(launcher);
142 icon.mLauncher = launcher;
143 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
145 Folder folder = Folder.fromXml(launcher);
146 folder.setDragController(launcher.getDragController())
    [all...]
DragView.java 33 import com.android.launcher.R;
61 * @param launcher The Launcher instance
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
68 super(launcher);
69 mDragLayer = launcher.getDragLayer();
SearchDropTargetBar.java 30 import com.android.launcher.R;
65 public void setup(Launcher launcher, DragController dragController) {
72 mInfoDropTarget.setLauncher(launcher);
73 mDeleteDropTarget.setLauncher(launcher);
Workspace.java 56 import com.android.launcher.R;
74 private static final String TAG = "Launcher.Workspace";
138 private Launcher mLauncher;
290 mLauncher = (Launcher) context;
409 Launcher.setScreen(mCurrentPage);
804 Launcher.setScreen(mCurrentPage);
    [all...]
DragLayer.java 42 import com.android.launcher.R;
54 private Launcher mLauncher;
95 public void setup(Launcher launcher, DragController controller) {
96 mLauncher = launcher;
Folder.java 47 import com.android.launcher.R;
60 private static final String TAG = "Launcher.Folder";
63 protected Launcher mLauncher;
146 mLauncher = (Launcher) context;
    [all...]
Launcher.java 96 import com.android.launcher.R;
116 * Default launcher application.
118 public final class Launcher extends Activity
121 static final String TAG = "Launcher";
148 private static final String PREFERENCES = "launcher.preferences";
154 "com.android.launcher.intent.extra.shortcut.INGORE_LAUNCH_ANIMATION";
157 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen";
159 private static final String RUNTIME_STATE = "launcher.state";
161 private static final String RUNTIME_STATE_PENDING_ADD_CONTAINER = "launcher.add_container";
163 private static final String RUNTIME_STATE_PENDING_ADD_SCREEN = "launcher.add_screen"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 133 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
140 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
157 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
164 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
  /sdk/avdlauncher/
Android.mk 5 # The "AVD Launcher" is for Windows only.
  /sdk/sdklauncher/
Android.mk 5 # The "SDK Launcher" is for Windows only.
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/codegeneration/
DefineSqlOpenHelperPage.java 39 import com.motorola.studio.android.model.Launcher;
122 Launcher launcher = getBuildBlock(); local
123 if (launcher instanceof ActivityBasedOnTemplate)
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 21 import com.android.commands.uiautomator.Launcher.Command;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 50 class Launcher implements Runnable {
52 public Launcher(PhotoTable table) {
66 private final Launcher mLauncher;
118 mLauncher = new Launcher(this);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/
Receiver.java 50 public class Receiver extends Launcher
Service.java 48 public class Service extends Launcher
Activity.java 55 public class Activity extends Launcher
59 private static final String INTENT_CATEGORY_LAUNCHER_NAME = "android.intent.category.LAUNCHER";
399 // Check if the existing activity already has the MAIN and LAUNCHER intents
443 // If both the action and launcher are missing, insert them and break the loop to avoid duplicates
WidgetProvider.java 59 public class WidgetProvider extends Launcher

Completed in 491 milliseconds

12 3