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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 222 * @param attributeSources a non null list of attribute sources for this
226 public void setAttributeSources(List<String> attributeSources) {
227 mAttributeSources = attributeSources;
LayoutDescriptors.java 297 List<String> attributeSources = new ArrayList<String>();
299 attributeSources.add(fqcn);
307 attributeSources.add(link.getFullClassName());
346 desc.setAttributeSources(Collections.unmodifiableList(attributeSources));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 212 public void setAttributeSources(List<String> attributeSources) {
213 mAttributeSources = attributeSources;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 502 List<String> attributeSources = node.getAttributeSources();
503 for (final String definedBy : attributeSources) {
    [all...]

Completed in 241 milliseconds