HomeSort by relevance Sort by last modified time
    Searched refs:mAttributeSources (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 70 private List<String> mAttributeSources;
215 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList();
227 mAttributeSources = attributeSources;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 47 private List<String> mAttributeSources;
209 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList();
213 mAttributeSources = attributeSources;

Completed in 852 milliseconds