Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java212 ViewElementDescriptor descriptor = new CustomViewDescriptor(name, fqcn, in getDescriptor()
471 ViewElementDescriptor descriptor = new CustomViewDescriptor(name, fqcn, in createViewDescriptor()
519 private class CustomViewDescriptor extends ViewElementDescriptor { class in CustomViewDescriptorService
523 public CustomViewDescriptor(String name, String fqcn, AttributeDescriptor[] attributes, in CustomViewDescriptor() method in CustomViewDescriptorService.CustomViewDescriptor