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 72 private List<String> mAttributeSources;
221 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList();
233 mAttributeSources = attributeSources;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 71 private List<String> mAttributeSources;
235 return mAttributeSources != null ? mAttributeSources : Collections.<String>emptyList();
239 mAttributeSources = attributeSources;

Completed in 192 milliseconds