/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/ |
D | DrawableDescriptors.java | 85 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) { in updateDescriptors() argument 90 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 107 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 116 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 123 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 129 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 140 ElementDescriptor layerItem = AnimatorDescriptors.addElement(null, styleMap, in updateDescriptors() 153 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 163 ElementDescriptor levelListItem = AnimatorDescriptors.addElement(null, styleMap, in updateDescriptors() 171 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/ |
D | MenuDescriptors.java | 61 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) { in updateDescriptors() argument 73 mDescriptor = createElement(styleMap, in updateDescriptors() 84 ElementDescriptor sub_item = createElement(styleMap, in updateDescriptors() 92 ElementDescriptor sub_group = createElement(styleMap, in updateDescriptors() 100 ElementDescriptor sub_menu = createElement(styleMap, in updateDescriptors() 110 ElementDescriptor top_item = createElement(styleMap, in updateDescriptors() 118 ElementDescriptor top_group = createElement(styleMap, in updateDescriptors() 129 updateElement(mDescriptor, styleMap, "Menu", xmlns); //$NON-NLS-1$ in updateDescriptors() 138 Map<String, DeclareStyleableInfo> styleMap, in createElement() argument 146 return updateElement(element, styleMap, in createElement() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimDescriptors.java | 67 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) { in updateDescriptors() argument 68 if (styleMap == null) { in updateDescriptors() 79 ElementDescriptor set = AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 86 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 92 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 101 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors() 107 AnimatorDescriptors.addElement(descriptors, styleMap, in updateDescriptors()
|
D | AnimatorDescriptors.java | 73 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) { in updateDescriptors() argument 74 if (styleMap == null) { in updateDescriptors() 86 ElementDescriptor set = addElement(descriptors, styleMap, in updateDescriptors() 91 ElementDescriptor objectAnimator = addElement(descriptors, styleMap, in updateDescriptors() 97 ElementDescriptor animator = addElement(descriptors, styleMap, in updateDescriptors() 138 Map<String, DeclareStyleableInfo> styleMap, in addElement() argument 144 DeclareStyleableInfo style = styleMap.get(styleName); in addElement() 162 style = styleMap.get(extraStyle); in addElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/ |
D | ColorDescriptors.java | 66 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) { in updateDescriptors() argument 67 if (styleMap == null) { in updateDescriptors() 72 ElementDescriptor selectorItem = AnimatorDescriptors.addElement(null, styleMap, in updateDescriptors()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/ |
D | OtherXmlDescriptors.java | 228 Map<String, DeclareStyleableInfo> styleMap, String styleName, 236 return updateElement(element, styleMap, styleName, extraAttribute); 244 Map<String, DeclareStyleableInfo> styleMap, 249 DeclareStyleableInfo style = styleMap != null ? styleMap.get(styleName) : null;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
D | AndroidManifestDescriptors.java | 405 Map<String, DeclareStyleableInfo> styleMap, in inflateElement() argument 413 assert styleMap != null; in inflateElement() 415 if (styleMap == null) { in inflateElement() 420 DeclareStyleableInfo style = styleMap.get(styleName); in inflateElement() 435 for (Entry<String, DeclareStyleableInfo> entry : styleMap.entrySet()) { in inflateElement() 459 inflateElement(styleMap, in inflateElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
D | LayoutDescriptors.java | 131 Map<String, DeclareStyleableInfo> styleMap, IAndroidTarget target) { in updateDescriptors() argument 165 ViewElementDescriptor fragmentTag = createFragment(frameLayoutAttrs, styleMap); in updateDescriptors() 394 Map<String, DeclareStyleableInfo> styleMap) { in createFragment() argument 399 DeclareStyleableInfo style = styleMap.get("Fragment"); //$NON-NLS-1$ in createFragment()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationChooser.java | 1781 Map<String, ResourceValue> styleMap = configuredProjectRes.get( in updateThemes() local 1784 if (styleMap != null) { in updateThemes() 1787 for (ResourceValue value : styleMap.values()) { in updateThemes() 1788 if (isTheme(value, styleMap, null)) { in updateThemes() 2018 private static boolean isTheme(ResourceValue value, Map<String, ResourceValue> styleMap, in isTheme() argument 2058 ResourceValue parentValue = styleMap.get(parentStyle); in isTheme() 2070 return isTheme(parentValue, styleMap, seen); in isTheme()
|