HomeSort by relevance Sort by last modified time
    Searched refs:rootFqcn (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/gle2/
ClipboardSupport.java 311 String rootFqcn = pastedElement.getFqcn();
317 debugPrintf("Failed to paste document root for %1$s: document is not empty", rootFqcn);
322 final ViewElementDescriptor viewDesc = delegate.getFqcnViewDescriptor(rootFqcn);
325 debugPrintf("Failed to paste document root, unknown FQCN %1$s", rootFqcn);
330 String title = rootFqcn;
LayoutCanvas.java     [all...]

Completed in 25 milliseconds