Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DViewElementDescriptor.java72 private List<String> mAttributeSources; field in ViewElementDescriptor
221 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList(); in getAttributeSources()
233 mAttributeSources = attributeSources; in setAttributeSources()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java71 private List<String> mAttributeSources; field in TestNode
235 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList(); in getAttributeSources()
239 mAttributeSources = attributeSources; in setAttributeSources()