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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 20 * The type of asset to create: launcher icon, menu icon, etc.
23 /** Launcher icon to be shown in the application list */
24 LAUNCHER("Launcher Icons", "ic_launcher"), //$NON-NLS-2$
66 return this == LAUNCHER;
71 return this == LAUNCHER;
76 return this == LAUNCHER;
81 return this == LAUNCHER;
CreateAssetSetWizardState.java 52 public static AssetType sLastType = AssetType.LAUNCHER;
ConfigureAssetSetPage.java 480 // Initial image - use the most recently used image, or the default launcher
    [all...]
  /sdk/eclipse/scripts/
build_plugins.sh 153 # -- Find Eclipse Launcher --
156 # Get the Eclipse launcher and build script to use
166 LAUNCHER=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.equinox.launcher_*.jar`
170 if [ ! -f "$LAUNCHER" ]; then
171 echo "Installation Error: Eclipse plugin org.eclipse.equinox.launcher...jar not detected. " \
172 "Found '$LAUNCHER'. Aborting."
192 echo " Launcher: $LAUNCHER"
210 -jar $LAUNCHER \
  /external/chromium_org/ash/wm/
session_state_animator.cc 27 SessionStateAnimator::LAUNCHER |
session_state_animator.h 72 LAUNCHER = 1 << 1,
114 // SessionStateAnimator::LAUNCHER,
118 // SessionStateAnimator::LAUNCHER,
lock_state_controller.cc 344 SessionStateAnimator::LAUNCHER,
377 SessionStateAnimator::LAUNCHER,
406 SessionStateAnimator::LAUNCHER,
454 SessionStateAnimator::LAUNCHER,
lock_state_controller_unittest.cc 105 SessionStateAnimator::LAUNCHER,
123 SessionStateAnimator::LAUNCHER,
137 SessionStateAnimator::LAUNCHER,
149 SessionStateAnimator::LAUNCHER,
200 SessionStateAnimator::LAUNCHER,
213 SessionStateAnimator::LAUNCHER,
    [all...]
session_state_animator_impl.cc 507 if (container_mask & LAUNCHER) {
512 // TODO(antrim): Figure out a way to eliminate a need to exclude launcher
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 91 contexts.Add(extensions::MenuItem::LAUNCHER);
155 if (contexts.Contains(MenuItem::LAUNCHER)) {
156 // Launcher item is not allowed for <webview>.
288 if (contexts.Contains(MenuItem::LAUNCHER)) {
289 // Launcher item is not allowed for <webview>.
  /external/chromium_org/ash/test/
test_session_state_animator.cc 23 SessionStateAnimator::LAUNCHER,
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 97 LAUNCHER = 512,
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 49 return item->contexts().Contains(extensions::MenuItem::LAUNCHER);
  /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/
launcher_context_menu.cc 5 #include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
23 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
33 return item->contexts().Contains(extensions::MenuItem::LAUNCHER);
170 // In fullscreen, the launcher is either hidden or autohidden depending on
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java 81 * Reserved file name for the launcher icon, resolves to the xhdpi version
125 // Bundle asset studio wizard to create the launcher icon
127 iconState.type = AssetType.LAUNCHER;
146 p.setTitle("Configure Launcher Icon");
412 // launcher activities
  /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.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 442 milliseconds

1 2