Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java128 private Map<String, AttributeDescriptor> mCachedHiddenAttributes; field in UiElementNode
189 mCachedHiddenAttributes = null; in clearAttributes()
455 if (mCachedHiddenAttributes == null) { in getHiddenAttributeDescriptors()
456 mCachedHiddenAttributes = new HashMap<String, AttributeDescriptor>(); in getHiddenAttributeDescriptors()
459 mCachedHiddenAttributes.put( in getHiddenAttributeDescriptors()
465 return mCachedHiddenAttributes; in getHiddenAttributeDescriptors()