Searched refs:getFqcnViewDescriptor (Results 1 – 4 of 4) sorted by relevance
278 ViewElementDescriptor vd = getFqcnViewDescriptor(viewFqcn); in insertOrAppend()480 private ViewElementDescriptor getFqcnViewDescriptor(String fqcn) { in getFqcnViewDescriptor() method in NodeProxy483 return delegate.getFqcnViewDescriptor(fqcn); in getFqcnViewDescriptor()
322 final ViewElementDescriptor viewDesc = delegate.getFqcnViewDescriptor(rootFqcn); in pasteInEmptyDocument()371 delegate.getFqcnViewDescriptor(childFqcn); in pasteInEmptyDocument()
1600 final ViewElementDescriptor viewDesc = mEditorDelegate.getFqcnViewDescriptor(rootFqcn); in createDocumentRoot()
938 public ViewElementDescriptor getFqcnViewDescriptor(String fqcn) { in getFqcnViewDescriptor() method in LayoutEditorDelegate