HomeSort by relevance Sort by last modified time
    Searched defs:launcher (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 691 const Extension* launcher = local
695 // 1. The extension launcher page.
703 // Load the launcher extension, which should launch the app.
706 launcher->GetResourceURL("server_redirect.html"),
733 const Extension* launcher local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
TestThread.java 33 public void launcher() { method in class:TestThread
CipherThread.java 74 public void launcher() { method in class:CipherThread
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 74 Launcher launcher = (Launcher) context; local
75 launcher.getDragController().addDragListener(this);
FocusHelper.java 27 import com.android.launcher.R;
495 final ViewGroup launcher = (ViewGroup) parent.getParent(); local
496 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace);
668 final ViewGroup launcher = (ViewGroup) workspace.getParent(); local
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar);
670 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);
    [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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 74 Launcher launcher = (Launcher) context; local
75 launcher.getDragController().addDragListener(this);
Stats.java 54 private final Launcher mLauncher;
61 public Stats(Launcher launcher) {
62 mLauncher = launcher;
81 launcher.registerReceiver(
FocusHelper.java 494 final ViewGroup launcher = (ViewGroup) parent.getParent(); local
495 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace);
667 final ViewGroup launcher = (ViewGroup) workspace.getParent(); local
668 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar);
669 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);
    [all...]
FolderIcon.java 53 private Launcher mLauncher;
128 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
138 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
153 icon.setOnClickListener(launcher);
155 icon.mLauncher = launcher;
156 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
158 Folder folder = Folder.fromXml(launcher);
159 folder.setDragController(launcher.getDragController());
164 icon.mFolderRingAnimator = new FolderRingAnimator(launcher, icon)
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 8 #include "ash/launcher/launcher.h"
9 #include "ash/launcher/launcher_button.h"
10 #include "ash/launcher/launcher_model.h"
11 #include "ash/launcher/launcher_view.h"
53 Launcher::ForPrimaryDisplay()->GetLauncherViewForTest()));
111 // Waits until all launcher view animations are done.
122 // Waits until all launcher view animations are done.
125 Launcher* launcher local
168 Launcher* launcher = local
547 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
    [all...]
  /external/chromium_org/ash/wm/
window_animations.cc 12 #include "ash/launcher/launcher.h"
78 // Recalculate the transform at restore time since the launcher item may have
515 Launcher* launcher = Launcher::ForWindow(window); local
516 // Launcher is created lazily and can be NULL.
517 if (!launcher)
519 gfx::Rect item_rect = launcher->
522 // The launcher item is visible and has an icon
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view_unittest.cc 5 #include "ash/launcher/launcher_view.h"
11 #include "ash/launcher/launcher.h"
12 #include "ash/launcher/launcher_button.h"
13 #include "ash/launcher/launcher_icon_observer.h"
14 #include "ash/launcher/launcher_model.h"
15 #include "ash/launcher/launcher_tooltip_manager.h"
16 #include "ash/launcher/launcher_types.h"
51 explicit TestLauncherIconObserver(Launcher* launcher)
85 Launcher* launcher = Launcher::ForPrimaryDisplay(); variable
182 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
205 Launcher* launcher = Launcher::ForPrimaryDisplay(); variable
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 13 #include "ash/launcher/launcher.h"
14 #include "ash/launcher/launcher_view.h"
711 // Makes sure the launcher is sized when the status area changes size.
713 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
714 ASSERT_TRUE(launcher);
721 launcher->GetLauncherViewForTest()->width());
752 // launcher should go off the screen
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 604 * For tools R8 up to R11, the proguard.bat launcher on Windows only accepts
608 * Starting with tools R12, the proguard.bat launcher has been fixed to take
618 String launcher = AdtPlugin.readFile(new File(command.get(0))); local
619 if (launcher.contains("%*")) { //$NON-NLS-1$
620 // This is the launcher from Tools R12. Don't work around it.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 2685 milliseconds

12 3