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

1 2 3 4 56 7

  /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...]
LauncherProvider.java 52 import com.android.launcher.R;
64 private static final String TAG = "Launcher.LauncherProvider";
67 private static final String DATABASE_NAME = "launcher.db";
81 "com.android.launcher.action.APPWIDGET_DEFAULT_WORKSPACE_CONFIGURE";
250 mAppWidgetHost = new AppWidgetHost(context, Launcher.APPWIDGET_HOST_ID);
272 if (LOGD) Log.d(TAG, "creating new launcher database");
445 // - Sholes shipped on 2.1r1 (aka Mr. 3) with version 5 of launcher 1
447 // which was version 6 in launcher 2 (first shipped on passion 2.1r1).
549 // When starting from the launcher, start in a new, cleared task
557 Launcher.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true)
    [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/chrome/browser/resources/file_manager/js/
background.js 505 * Handles clicks on a custom item on the launcher context menu.
554 contexts: ['launcher'],
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 10 #include "ash/launcher/launcher.h"
55 // Offset used when sliding panel in/out of the launcher. Used for minimizing,
310 void PanelLayoutManager::SetLauncher(ash::Launcher* launcher) {
313 launcher_ = launcher;
582 // touching the launcher.
602 // launcher. If the launcher is hidden, one of the height or width will be
603 // 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 49 private Launcher mLauncher;
94 public void setup(Launcher launcher, DragController controller) {
95 mLauncher = launcher;
    [all...]
AppsCustomizePagedView.java 161 private Launcher mLauncher;
220 // Deferral of loading widget previews during launcher transitions
410 // Note we have to shift the items up now that Launcher sits under the status bar
447 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
448 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
501 // Lock the drawable state to pressed until we return to Launcher
547 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...]
  /sdk/adtproductbuild/
Android.mk 56 org.eclipse.equinox.launcher.Main \
  /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/chromium_org/chrome/browser/resources/
feedback.js 436 document.documentElement.classList.toggle('launcher-layout',
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_tests.py 183 launcher = ChromeDriverLauncher(self.GetDriverPath(),
185 server = launcher.Launch()
    [all...]
  /external/valgrind/main/
Android.mk 641 coregrind/launcher-linux.c \
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]

Completed in 1613 milliseconds

1 2 3 4 56 7