HomeSort by relevance Sort by last modified time
    Searched refs:launcher (Results 126 - 150 of 174) sorted by null

1 2 3 4 56 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 830 for (ITraceviewLauncher launcher : mTraceviewLaunchers) {
832 if (launcher.openFile(osPath)) {
    [all...]
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 5 #include "chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h"
13 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h"
14 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h"
15 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
16 #include "chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h"
17 #include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
18 #include "chrome/browser/ui/ash/launcher/launcher_item_controller.h"
50 ChromeLauncherController* launcher) {
59 // Item controller for an app shortcut. Shortcuts track app and launcher ids,
296 // - The launcher controller knows that the tab got created for this app
    [all...]
chrome_launcher_controller.cc 5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
11 #include "ash/launcher/launcher.h"
40 #include "chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h"
41 #include "chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h"
42 #include "chrome/browser/ui/ash/launcher/browser_status_monitor.h"
43 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h"
44 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_browser.h"
45 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item_tab.h"
46 #include "chrome/browser/ui/ash/launcher/chrome_launcher_types.h
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 36 import com.android.launcher.R;
57 private Launcher mLauncher;
89 void init(Launcher l, int[] positionData) {
WallpaperChooserDialogFragment.java 44 import com.android.launcher.R;
52 private static final String TAG = "Launcher.WallpaperChooserDialogFragment";
198 // com.android.launcher. So we ask Resources for what it thinks the
DragLayer.java 43 import com.android.launcher.R;
55 private Launcher mLauncher;
96 public void setup(Launcher launcher, DragController controller) {
97 mLauncher = launcher;
AppsCustomizePagedView.java 54 import com.android.launcher.R;
163 private Launcher mLauncher;
221 // Deferral of loading widget previews during launcher transitions
423 // Note we have to shift the items up now that Launcher sits under the status bar
455 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
456 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
509 // Lock the drawable state to pressed until we return to Launcher
514 // NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
516 // when Launcher resumes and we are still in AllApps.
560 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info)
    [all...]
AppsCustomizeTabHost.java 36 import com.android.launcher.R;
370 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
401 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
408 public void onLauncherTransitionStep(Launcher l, float t) {
413 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
DeleteDropTarget.java 37 import com.android.launcher.R;
227 // Remove the folder from the workspace and delete the contents from launcher model
InstallShortcutReceiver.java 31 import com.android.launcher.R;
42 "com.android.launcher.action.INSTALL_SHORTCUT";
64 "com.android.launcher/shortcut";
199 // Queue the item up for adding if launcher has not loaded properly yet
255 final int screen = Launcher.DEFAULT_SCREEN;
256 for (int i = 0; i < (2 * Launcher.SCREEN_COUNT) + 1 && !found; ++i) {
258 if (0 <= si && si < Launcher.SCREEN_COUNT) {
295 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
315 // Update the Launcher db
PagedViewCellLayout.java 27 import com.android.launcher.R;
Folder.java 47 import com.android.launcher.R;
60 private static final String TAG = "Launcher.Folder";
63 protected Launcher mLauncher;
145 mLauncher = (Launcher) context;
    [all...]
Workspace.java 55 import com.android.launcher.R;
73 private static final String TAG = "Launcher.Workspace";
136 private Launcher mLauncher;
288 mLauncher = (Launcher) context;
407 Launcher.setScreen(mCurrentPage);
803 Launcher.setScreen(mCurrentPage);
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 123 $('app-launcher-promo-close-button').addEventListener('click',
191 var url = appendParam(webStoreLink, 'utm_source', 'chrome-ntp-launcher');
294 * Launches the chrome web store app with the chrome-ntp-launcher
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 10 #include "ash/launcher/launcher.h"
52 // Offset used when sliding panel in/out of the launcher. Used for minimizing,
306 void PanelLayoutManager::SetLauncher(ash::Launcher* launcher) {
309 launcher_ = launcher;
604 // touching the launcher.
623 // launcher. If the launcher is hidden, one of the height or width will be
624 // 0 but the position in the launcher and major dimension is still reporte
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 51 private Launcher mLauncher;
96 public void setup(Launcher launcher, DragController controller) {
97 mLauncher = launcher;
    [all...]
AppsCustomizePagedView.java 161 private Launcher mLauncher;
219 // Deferral of loading widget previews during launcher transitions
419 // Note we have to shift the items up now that Launcher sits under the status bar
456 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
457 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
510 // Lock the drawable state to pressed until we return to Launcher
556 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info) {
    [all...]
  /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/chromium_org/chrome/browser/resources/file_manager/background/js/
background.js 736 * Handles clicks on a custom item on the launcher context menu.
778 contexts: ['launcher'],
  /sdk/adtproductbuild/
Android.mk 56 org.eclipse.equinox.launcher.Main \
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 12 #include "ash/launcher/launcher.h"
778 // Makes sure the launcher is sized when the status area changes size.
780 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
781 ASSERT_TRUE(launcher);
788 test::LauncherTestAPI(launcher).shelf_view()->width());
    [all...]
  /external/valgrind/main/
Android.mk 641 coregrind/launcher-linux.c \

Completed in 320 milliseconds

1 2 3 4 56 7