Searched refs:mCachedAttributes (Results 1 – 1 of 1) sorted by relevance
49 private IDragAttribute[] mCachedAttributes = null; field in SimpleElement111 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()