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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 108 boolean isStylableAttribute = false;
138 isStylableAttribute = ExtractStyleRefactoring.isStylableAttribute(name);
142 isStylableAttribute = true;
196 boolean showStyleFirst = isValue || (isAttributeName && isStylableAttribute);
ExtractStyleRefactoring.java 263 if (!isStylableAttribute(name)) {
311 public static boolean isStylableAttribute(String name) {

Completed in 62 milliseconds