Home
last modified time | relevance | path

Searched refs:extraStyle (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java139 String xmlName, String uiName, String styleName, String extraStyle, in addElement() argument
161 if (extraStyle != null) { in addElement()
162 style = styleMap.get(extraStyle); in addElement()