Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java49 private IDragAttribute[] mCachedAttributes = null; field in SimpleElement
111 if (mCachedAttributes == null) { in getAttributes()
112 mCachedAttributes = mAttributes.toArray(new IDragAttribute[mAttributes.size()]); in getAttributes()
114 return mCachedAttributes; in getAttributes()
137 mCachedAttributes = null; in addAttribute()