Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java64 public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect parentBounds) { in SimpleElement() argument
66 mParentFqcn = parentFqcn; in SimpleElement()
DCanvasViewInfo.java516 String parentFqcn = null; in toSimpleElement() local
522 parentFqcn = SimpleXmlTransfer.getFqcn(uiParent.getDescriptor()); in toSimpleElement()
528 SimpleElement e = new SimpleElement(fqcn, parentFqcn, bounds, parentBounds); in toSimpleElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java897 String parentFqcn = parent.getFqcn(); in onPaste() local
898 IViewRule parentRule = mRulesEngine.loadRule(parentFqcn); in onPaste()