Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 33) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion15.txt1 Code completion in manifest.xml for android.intent.category.L^AUNCHER:
2 android.intent.category.LAUNCHER
3 android.intent.category.LE_DESK_DOCK
Dmanifest-expected-navigate11g.txt1 Go To Declaration in manifest.xml for <category android:name="android.intent.category.LA^UNCHER" />:
2 Open XML Declaration : [android.intent.category.LAUNCHER]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java43 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
202 PropertyCategory category = PropertyCategory.NORMAL; in getProperties() local
205 category = PropertyCategory.PREFERRED; in getProperties()
217 category = PropertyCategory.ADVANCED; in getProperties()
220 if (category != null) { in getProperties()
221 property.setCategory(category); in getProperties()
316 String category = attributeInfo.getDefinedBy(); in sortByOrigin() local
317 ComplexProperty complex = categoryToProperty.get(category); in sortByOrigin()
320 category.substring(category.lastIndexOf('.') + 1), in sortByOrigin()
323 categoryToProperty.put(category, complex); in sortByOrigin()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
Dlauncher_intent_filter.template1 <category android:name="android.intent.category.LAUNCHER" />
Dpreference_intent_filter.template1 <category android:name="android.intent.category.PREFERENCE" />
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
DSdkSources.java62 public void add(SdkSourceCategory category, SdkSource source) { in add() argument
64 ArrayList<SdkSource> list = mSources.get(category); in add()
67 mSources.put(category, list); in add()
104 public void removeAll(SdkSourceCategory category) { in removeAll() argument
106 mSources.remove(category); in removeAll()
139 public SdkSource[] getSources(SdkSourceCategory category) { in getSources() argument
141 ArrayList<SdkSource> list = mSources.get(category); in getSources()
244 public boolean hasSourceUrl(SdkSourceCategory category, SdkSource source) { in hasSourceUrl() argument
246 ArrayList<SdkSource> list = mSources.get(category); in hasSourceUrl()
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DPropertyViewer.java61 String category = (String) parentElement; in getChildren() local
64 if (category.equals(ViewNode.MISCELLANIOUS)) { in getChildren()
102 String category = (String) element; in hasChildren() local
104 if (category.equals(ViewNode.MISCELLANIOUS)) { in hasChildren()
155 String category = (String) element; in getColumnText() local
156 return Character.toUpperCase(category.charAt(0)) + category.substring(1); in getColumnText()
/sdk/templates/activities/BlankActivity/root/
DAndroidManifest.xml.ftl18 <category android:name="android.intent.category.LAUNCHER" />
/sdk/lint/cli/src/com/android/tools/lint/
Dhololike.css19 .category {
150 .category a:link {
154 .category a:visited {
158 .category a:hover {
162 .category a:active {
DMain.java188 String category = id; in run() local
192 if (issue.getCategory().getName().startsWith(category) || in run()
193 issue.getCategory().getFullName().startsWith(category)) { in run()
214 String category = id; in run() local
218 if (issue.getCategory().getName().startsWith(category) || in run()
219 issue.getCategory().getFullName().startsWith(category)) { in run()
392 String category = id; in run() local
396 if (issue.getCategory().getName().startsWith(category) || in run()
397 issue.getCategory().getFullName().startsWith(category)) { in run()
418 String category = id; in run() local
[all …]
Ddefault.css16 .category {
/sdk/templates/activities/FullscreenActivity/root/
DAndroidManifest.xml.ftl20 <category android:name="android.intent.category.LAUNCHER" />
/sdk/templates/activities/MasterDetailFlow/root/
DAndroidManifest.xml.ftl18 <category android:name="android.intent.category.LAUNCHER" />
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DIssue.java64 @NonNull Category category, in Issue() argument
73 mCategory = category; in Issue()
100 @NonNull Category category, in create() argument
105 return new Issue(id, description, explanation, category, priority, severity, in create()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java111 for (CategoryData category : categories) { in getClassToView()
112 for (ViewData view : category) { in getClassToView()
224 CategoryData category = new CategoryData(name); in getCategories() local
232 category.addView(view); in getCategories()
235 mCategories.add(category); in getCategories()
350 for (CategoryData category : getCategories()) { in getPaletteEntries()
354 for (ViewData view : category) { in getPaletteEntries()
386 result.add(Pair.of(category.getName(), categoryItems)); in getPaletteEntries()
/sdk/eclipse/sites/external/web/
Dsite.xsl3 <xsl:key name="cat" match="category" use="@name"/>
15 <xsl:for-each select="category-def">
83 <xsl:if test="count(feature) &gt; count(feature/category)">
93 <xsl:for-each select="feature[not(category)]">
154 <xsl:for-each select="feature[not(category)]">
159 <xsl:when test="count(preceding-sibling::feature[not(category)]) mod 2 = 1">
/sdk/eclipse/sites/internal/web/
Dsite.xsl3 <xsl:key name="cat" match="category" use="@name"/>
15 <xsl:for-each select="category-def">
83 <xsl:if test="count(feature) &gt; count(feature/category)">
93 <xsl:for-each select="feature[not(category)]">
154 <xsl:for-each select="feature[not(category)]">
159 <xsl:when test="count(preceding-sibling::feature[not(category)]) mod 2 = 1">
/sdk/assetstudio/src/com/android/assetstudiolib/
DLauncherIconGenerator.java98 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap, in generate() argument
103 super.generate(category, categoryMap, context, options, name); in generate()
DGraphicGenerator.java148 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap, in generate() argument
171 String mapCategory = category; in generate()
DTabIconGenerator.java143 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap, in generate() argument
DNotificationIconGenerator.java107 public void generate(String category, Map<String, Map<String, BufferedImage>> categoryMap, in generate() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
Dplugin.properties4 category.name = Android
/sdk/eclipse/scripts/
D_mk_icons.sh48 icon C green category
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DLintPreferencePage.java642 for (Category category : mRegistry.getCategories()) { in inputChanged()
643 if (mCategoryToIssues.containsKey(category)) { in inputChanged()
644 categories.add(category); in inputChanged()
/sdk/sdk_common/src/com/android/ide/common/xml/
DAndroidManifestParser.java287 String category = getAttributeValue(attributes, in startElement() local
290 if (CATEGORY_LAUNCHER.equals(category)) { in startElement()

12