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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableDescriptors.java 85 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) {
90 AnimatorDescriptors.addElement(descriptors, styleMap,
99 AnimatorDescriptors.addElement(descriptors, styleMap,
107 AnimatorDescriptors.addElement(descriptors, styleMap,
116 AnimatorDescriptors.addElement(descriptors, styleMap,
123 AnimatorDescriptors.addElement(descriptors, styleMap,
129 AnimatorDescriptors.addElement(descriptors, styleMap,
140 ElementDescriptor layerItem = AnimatorDescriptors.addElement(null, styleMap,
153 AnimatorDescriptors.addElement(descriptors, styleMap,
163 ElementDescriptor levelListItem = AnimatorDescriptors.addElement(null, styleMap,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 59 * @param styleMap The map style => attributes from the attrs.xml file
61 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) {
73 mDescriptor = createElement(styleMap,
84 ElementDescriptor sub_item = createElement(styleMap,
92 ElementDescriptor sub_group = createElement(styleMap,
100 ElementDescriptor sub_menu = createElement(styleMap,
110 ElementDescriptor top_item = createElement(styleMap,
118 ElementDescriptor top_group = createElement(styleMap,
129 updateElement(mDescriptor, styleMap, "Menu", xmlns); //$NON-NLS-1$
138 Map<String, DeclareStyleableInfo> styleMap,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 67 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) {
68 if (styleMap == null) {
79 ElementDescriptor set = AnimatorDescriptors.addElement(descriptors, styleMap,
86 AnimatorDescriptors.addElement(descriptors, styleMap,
92 AnimatorDescriptors.addElement(descriptors, styleMap,
101 AnimatorDescriptors.addElement(descriptors, styleMap,
107 AnimatorDescriptors.addElement(descriptors, styleMap,
AnimatorDescriptors.java 73 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) {
74 if (styleMap == null) {
86 ElementDescriptor set = addElement(descriptors, styleMap,
91 ElementDescriptor objectAnimator = addElement(descriptors, styleMap,
97 ElementDescriptor animator = addElement(descriptors, styleMap,
124 * @param styleMap The map style => attributes from the attrs.xml file
138 Map<String, DeclareStyleableInfo> styleMap,
144 DeclareStyleableInfo style = styleMap.get(styleName);
162 style = styleMap.get(extraStyle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorDescriptors.java 66 public synchronized void updateDescriptors(Map<String, DeclareStyleableInfo> styleMap) {
67 if (styleMap == null) {
72 ElementDescriptor selectorItem = AnimatorDescriptors.addElement(null, styleMap,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
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;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 102 const CSSToStyleMap& styleMap() const { return m_styleMap; }
103 CSSToStyleMap& styleMap() { return m_styleMap; }
AnimatedStyleBuilder.cpp 134 state.styleMap().mapFillSize(property, fillLayer, toAnimatableUnknown(value)->toCSSValue().get());
StyleBuilderCustom.cpp 651 state.styleMap().mapNinePieceImage(state.style(), CSSPropertyWebkitBorderImage, value, image);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 392 * @param styleMap The input styleable map for manifest elements & attributes.
405 Map<String, DeclareStyleableInfo> styleMap,
413 assert styleMap != null;
415 if (styleMap == null) {
420 DeclareStyleableInfo style = styleMap.get(styleName);
435 for (Entry<String, DeclareStyleableInfo> entry : styleMap.entrySet()) {
459 inflateElement(styleMap,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 127 * @param styleMap A map from style names to style information provided by the SDK
131 Map<String, DeclareStyleableInfo> styleMap, IAndroidTarget target) {
165 ViewElementDescriptor fragmentTag = createFragment(frameLayoutAttrs, styleMap);
391 * @param styleMap The style map provided by the SDK
394 Map<String, DeclareStyleableInfo> styleMap) {
399 DeclareStyleableInfo style = styleMap.get("Fragment"); //$NON-NLS-1$
467 * @param styleMap The style map provided by the SDK
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 937 milliseconds