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

1 2 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/
launcher.gtk.linux.x86.properties 11 pluginName = Equinox Launcher Linux X86 Fragment
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/
launcher.win32.win32.x86.properties 11 pluginName = Equinox Launcher Win32 X86 Fragment
  /external/webkit/Tools/WebKitTestRunner/qt/
main.cpp 35 class Launcher : public QObject {
39 Launcher(int argc, char** argv)
45 ~Launcher()
66 Launcher launcher(argc, argv);
67 QTimer::singleShot(0, &launcher, SLOT(launch()));
  /packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/
LauncherRotationStressTest.java 20 import com.android.launcher2.Launcher;
31 public class LauncherRotationStressTest extends ActivityInstrumentationTestCase2<Launcher> {
38 super(Launcher.class);
53 Launcher launcher = getActivity(); local
56 launcher.setRequestedOrientation(
60 launcher.setRequestedOrientation(
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 31 Launcher mLauncher;
33 public LauncherAppWidgetHost(Launcher launcher, int hostId) {
34 super(launcher, hostId);
35 mLauncher = launcher;
LauncherAppWidgetInfo.java 25 * Represents a widget (either instantiated or about to be) in the Launcher.
50 * until Launcher knows it's needed.
75 void onBindAppWidget(Launcher launcher) {
77 notifyWidgetSizeChanged(launcher);
84 void notifyWidgetSizeChanged(Launcher launcher) {
85 AppWidgetResizeFrame.updateWidgetSizeRanges(hostView, launcher, spanX, spanY);
SpringLoadedDragController.java 29 private Launcher mLauncher;
31 public SpringLoadedDragController(Launcher launcher) {
32 mLauncher = launcher;
DropTarget.java 74 Launcher launcher = (Launcher) context; local
75 launcher.getDragController().addDragListener(this);
HandleView.java 27 import com.android.launcher.R;
32 private Launcher mLauncher;
73 void setLauncher(Launcher launcher) {
74 mLauncher = launcher;
ButtonDropTarget.java 27 import com.android.launcher.R;
37 protected Launcher mLauncher;
60 void setLauncher(Launcher launcher) {
61 mLauncher = launcher;
PagedViewWithDraggableItems.java 40 private Launcher mLauncher;
52 mLauncher = (Launcher) context;
InstallShortcutReceiver.java 27 import com.android.launcher.R;
36 "com.android.launcher.action.INSTALL_SHORTCUT";
49 "com.android.launcher/shortcut";
93 // Queue the item up for adding if launcher has not loaded properly yet
139 final int screen = Launcher.DEFAULT_SCREEN;
140 for (int i = 0; i < (2 * Launcher.SCREEN_COUNT) + 1 && !found; ++i) {
142 if (0 <= si && si < Launcher.SCREEN_COUNT) {
179 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
203 // Update the Launcher db
Hotseat.java 29 import com.android.launcher.R;
35 private Launcher mLauncher;
68 public void setup(Launcher launcher) {
69 mLauncher = launcher;
InstallWidgetReceiver.java 36 import com.android.launcher.R;
45 "com.android.launcher.action.INSTALL_WIDGET";
47 "com.android.launcher.action.SUPPORTS_CLIPDATA_MIMETYPE";
52 "com.android.launcher.extra.widget.COMPONENT";
54 "com.android.launcher.extra.widget.CONFIGURATION_DATA_MIME_TYPE";
56 "com.android.launcher.extra.widget.CONFIGURATION_DATA";
76 private Launcher mLauncher;
84 public WidgetListAdapter(Launcher l, String mimeType, ClipData data,
AddAdapter.java 30 import com.android.launcher.R;
65 public AddAdapter(Launcher launcher) {
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
71 Resources res = launcher.getResources();
  /external/chromium/chrome/browser/service/
service_process_control.h 135 class Launcher
136 : public base::RefCountedThreadSafe<ServiceProcessControl::Launcher> {
138 Launcher(ServiceProcessControl* process, CommandLine* cmd_line);
147 friend class base::RefCountedThreadSafe<ServiceProcessControl::Launcher>;
148 virtual ~Launcher();
168 // Method called by Launcher when the service process is launched.
181 // Service process launcher.
182 scoped_refptr<Launcher> launcher_;
service_process_control.cc 167 launcher_ = new Launcher(this, cmd_line);
184 // We don't need the launcher anymore.
311 ServiceProcessControl::Launcher::Launcher(ServiceProcessControl* process,
322 void ServiceProcessControl::Launcher::Run(Task* task) {
326 NewRunnableMethod(this, &Launcher::DoRun));
329 ServiceProcessControl::Launcher::~Launcher() {}
331 void ServiceProcessControl::Launcher::Notify() {
338 void ServiceProcessControl::Launcher::DoDetectLaunched()
    [all...]
  /tools/motodev/src/plugins/launch/
plugin.properties 28 launchDelegate.name=Android Application MOTODEV Studio Launcher
29 launchDelegate.description=The MOTODEV Studio for Android Launcher supports running remote Android applications on an emulator.
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 113 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/
Launcher.java 30 * Launcher Controller Model. As part of a MVC architecture, this class should
32 * functional Launcher Building Block (Activity, Service or Broadcast Receiver).
34 public abstract class Launcher extends BuildingBlockModel
43 * Constructor for the Launcher.
46 * The super class for this Launcher
48 public Launcher(String superClass)
54 * Creates a Launcher with a Default Intent Filter
57 * the launcher superclass
63 public Launcher(String superClass, String category, String action)
71 * Adds an Intent Filter Action to this Launcher
    [all...]
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
EventsCommand.java 22 import com.android.commands.uiautomator.Launcher.Command;
DumpCommand.java 23 import com.android.commands.uiautomator.Launcher.Command;
Launcher.java 31 public class Launcher {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewLauncherWizardPage.java 40 import com.motorola.studio.android.model.Launcher;
333 public Launcher getBuildBlock()
335 return (Launcher) super.getBuildBlock();

Completed in 307 milliseconds

1 2 3