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 228 * @param attributeSources a non null list of attribute sources for this
232 public void setAttributeSources(List<String> attributeSources) {
233 mAttributeSources = attributeSources;
LayoutDescriptors.java 259 List<String> attributeSources = new ArrayList<String>();
261 attributeSources.add(fqcn);
269 attributeSources.add(link.getFullClassName());
308 desc.setAttributeSources(Collections.unmodifiableList(attributeSources));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 238 public void setAttributeSources(List<String> attributeSources) {
239 mAttributeSources = attributeSources;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 503 List<String> attributeSources = node.getAttributeSources();
504 for (final String definedBy : attributeSources) {
    [all...]

Completed in 72 milliseconds