Home
last modified time | relevance | path

Searched refs:mLayoutAttributes (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/descriptors/
DViewElementDescriptor.java66 private AttributeDescriptor[] mLayoutAttributes; field in ViewElementDescriptor
100mLayoutAttributes = layoutAttributes != null ? layoutAttributes : new AttributeDescriptor[0]; in ViewElementDescriptor()
116 mLayoutAttributes = null; in ViewElementDescriptor()
134 return mLayoutAttributes; in getLayoutAttributes()
144 mLayoutAttributes = attributes; in setLayoutAttributes()