Home
last modified time | relevance | path

Searched defs:parentStyle (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoringTest.java131 boolean removeExtracted, boolean applyStyle, String parentStyle, in checkRefactoring()
156 String parentStyle, in checkRefactoringByOffset()
182 boolean removeExtracted, boolean applyStyle, String parentStyle, in checkRefactoring()
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DStyleResourceValue.java38 public StyleResourceValue(ResourceType type, String name, String parentStyle, in StyleResourceValue()
/sdk/ide_common/src/com/android/ide/common/resources/
DResourceResolver.java174 StyleResourceValue parentStyle = mStyleInheritanceMap.get(style); in findItemInStyle() local
454 StyleResourceValue parentStyle = null; in computeStyleInheritance() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationComposite.java2289 String parentStyle = style.getParentStyle(); in isTheme() local