HomeSort by relevance Sort by last modified time
    Searched refs:CLIPART (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizardState.java 72 /** If {@link #sourceType} is a {@link SourceType#CLIPART}, the name of the clipart image */
96 /** The background color to use for the text or clipart (unless shape is {@link Shape#NONE} */
153 /** Generate the icon using the clipart named by {@link #clipartName} */
154 CLIPART,
ConfigureAssetSetPage.java 218 mClipartRadio.setText("Clipart");
531 if (mValues.sourceType == SourceType.CLIPART
560 } else if (sourceType == CreateAssetSetWizardState.SourceType.CLIPART) {
571 // Trimming and padding is not available for clipart images; padding etc is
573 if (mValues.sourceType == SourceType.CLIPART
672 mValues.sourceType = CreateAssetSetWizardState.SourceType.CLIPART;
    [all...]

Completed in 240 milliseconds