OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
195
boolean showStyleFirst = isValue || (isAttributeName &&
isStylableAttribute
);
ExtractStyleRefactoring.java
263
if (!
isStylableAttribute
(name)) {
311
public static boolean
isStylableAttribute
(String name) {
Completed in 52 milliseconds