Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java134 private static Map<String, ConstraintType> sNameToType; field in ConstraintType
145 if (sNameToType == null) { in fromAttribute()
151 sNameToType = map; in fromAttribute()
153 return sNameToType.get(attribute); in fromAttribute()