OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_LAUNCHER_ICON
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java
18
import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.
DEFAULT_LAUNCHER_ICON
;
193
if (path.equals(
DEFAULT_LAUNCHER_ICON
)) {
ConfigureAssetSetPage.java
19
import static com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.
DEFAULT_LAUNCHER_ICON
;
592
} else if (path.equals(
DEFAULT_LAUNCHER_ICON
)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizard.java
85
public static final String
DEFAULT_LAUNCHER_ICON
= "launcher_icon"; //$NON-NLS-1$
141
iconState.imagePath = new File(
DEFAULT_LAUNCHER_ICON
);
Completed in 114 milliseconds