Home
last modified time | relevance | path

Searched refs:LAUNCHER (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DAssetType.java24 LAUNCHER("Launcher Icons", "ic_launcher"), //$NON-NLS-2$ enumConstant
66 return this == LAUNCHER; in needsForegroundScaling()
71 return this == LAUNCHER; in needsShape()
76 return this == LAUNCHER; in needsColors()
81 return this == LAUNCHER; in needsEffects()
DCreateAssetSetWizardState.java52 public static AssetType sLastType = AssetType.LAUNCHER;
DConfigureAssetSetPage.java1116 case LAUNCHER: { in generateImages()
/sdk/eclipse/scripts/
Dbuild_plugins.sh166 LAUNCHER=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.equinox.launcher_*.jar`
170 if [ ! -f "$LAUNCHER" ]; then
172 "Found '$LAUNCHER'. Aborting."
192 echo " Launcher: $LAUNCHER"
210 -jar $LAUNCHER \
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Dlauncher_intent_filter.template1 <category android:name="android.intent.category.LAUNCHER" />
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion15.txt2 android.intent.category.LAUNCHER
Dmanifest-expected-navigate11g.txt2 Open XML Declaration : [android.intent.category.LAUNCHER]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectWizard.java127 iconState.type = AssetType.LAUNCHER; in getNextPage()