HomeSort by relevance Sort by last modified time
    Searched defs: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 304 String rootFqcn = pastedElement.getFqcn();
310 debugPrintf("Failed to paste document root for %1$s: document is not empty", rootFqcn);
315 final ViewElementDescriptor viewDesc = layoutEditor.getFqcnViewDescriptor(rootFqcn);
318 debugPrintf("Failed to paste document root, unknown FQCN %1$s", rootFqcn);
323 String title = rootFqcn;
MoveGesture.java     [all...]

Completed in 934 milliseconds